#572499

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

Shades of Daisy Bush #572499

Tints of Daisy Bush #572499

Color information

#572499 (or 0x572499) is unknown color: approx Daisy Bush. HEX triplet: 57, 24 and 99. RGB value is (87,36,153). Sum of RGB (Red+Green+Blue) = 87+36+153=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #572499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572499 is #A8DB66. Grayscale: #404040. Windows color (decimal): -11066215 or 10036311. OLE color: 10036311.

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

Color convert

RGB8736153-
CMYK0.430.7600.4
HSL266.15º61.9%37.06%-
HSV(B)266.15º76.47%60%-
XYZ10.315.5930.67-
YUV64.59177.9143.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.52%
GREEN value IS 36 (14.45% from 255) = 13.04%
BLUE value IS 153 (60.16% from 255) = 55.43%
R=31.52%
G=13.04%
B=55.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal87361530.430.7600.4266.1561.937.06
Hex5724992B4C02810a3e25
Octal12744231531140504127645
Binary10101111001001001100110101110011000101000100001010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572499; }

 p { color: rgb(87,36,153); }

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

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

 a { background-color: rgb(87,36,153); }

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

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

 span { border-color: rgb(87,36,153); }

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