#572872

Color #572872 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #572872

Tints of Honey Flower #572872

Color information

#572872 (or 0x572872) is unknown color: approx Honey Flower. HEX triplet: 57, 28 and 72. RGB value is (87,40,114). Sum of RGB (Red+Green+Blue) = 87+40+114=241 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.10% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #572872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572872 is #A8D78D. Grayscale: #3E3E3E. Windows color (decimal): -11065230 or 7481431. OLE color: 7481431.

HSL color Cylindrical-coordinate representation of color #572872: hue angle of 278.11º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #572872 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8740114-
CMYK0.240.6500.55
HSL278.11º48.05%30.2%-
HSV(B)278.11º64.91%44.71%-
XYZ7.734.7616.43-
YUV62.49157.07145.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.10%
GREEN value IS 40 (16.02% from 255) = 16.60%
BLUE value IS 114 (44.92% from 255) = 47.30%
R=36.10%
G=16.60%
B=47.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87401140.240.6500.55278.1148.0530.2
Hex5728721841037116301e
Octal12750162301010674266036
Binary10101111010001110010110001000001011011110001011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572872; }

 p { color: rgb(87,40,114); }

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

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

 a { background-color: rgb(87,40,114); }

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

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

 span { border-color: rgb(87,40,114); }

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