#512299

Color #512299 Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #512299

Tints of Daisy Bush #512299

Color information

#512299 (or 0x512299) is unknown color: approx Daisy Bush. HEX triplet: 51, 22 and 99. RGB value is (81,34,153). Sum of RGB (Red+Green+Blue) = 81+34+153=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #512299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512299 is #AEDD66. Grayscale: #3D3D3D. Windows color (decimal): -11459943 or 10035793. OLE color: 10035793.

HSL color Cylindrical-coordinate representation of color #512299: hue angle of 263.7º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #512299 is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8134153-
CMYK0.470.7800.4
HSL263.7º63.64%36.67%-
HSV(B)263.7º77.78%60%-
XYZ9.725.1930.63-
YUV61.62179.57141.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 30.22%
GREEN value IS 34 (13.67% from 255) = 12.69%
BLUE value IS 153 (60.16% from 255) = 57.09%
R=30.22%
G=12.69%
B=57.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal81341530.470.7800.4263.763.6436.67
Hex5122992F4E0281084025
Octal121422315711605041010045
Binary101000110001010011001101111100111001010001000010001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512299; }

 p { color: rgb(81,34,153); }

 H1.HeaderClassName
 {
   color: #512299;
 }
 .AnyTagClassName
 {
   color: #512299;
 }
</style>
background-color css

<style>
 a { background-color: #512299; }

 a { background-color: rgb(81,34,153); }

 div.DivClassName
 {
   background-color: #512299;
 }
 .BgClassName
 {
   background-color: #512299;
 }
</style>
border-color css

<style>
 span { border-color: #512299; }

 span { border-color: rgb(81,34,153); }

 td.TdClassName
 {
   border-color: #512299;
 }
 .TagClassName
 {
   border-color: #512299;
 }
</style>