#572F6C

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

Shades of Honey Flower #572F6C

Tints of Honey Flower #572F6C

Color information

#572F6C (or 0x572F6C) is unknown color: approx Honey Flower. HEX triplet: 57, 2F and 6C. RGB value is (87,47,108). Sum of RGB (Red+Green+Blue) = 87+47+108=242 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.95% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 108 - color contains mainly: blue. Hex color #572F6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572F6C is #A8D093. Grayscale: #414141. Windows color (decimal): -11063444 or 7090007. OLE color: 7090007.

HSL color Cylindrical-coordinate representation of color #572F6C: hue angle of 279.34º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #572F6C is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8747108-
CMYK0.190.5600.58
HSL279.34º39.35%30.39%-
HSV(B)279.34º56.48%42.35%-
XYZ7.655.1414.78-
YUV65.91151.75143.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.95%
GREEN value IS 47 (18.75% from 255) = 19.42%
BLUE value IS 108 (42.58% from 255) = 44.63%
R=35.95%
G=19.42%
B=44.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87471080.190.5600.58279.3439.3530.39
Hex572F6C133803A117271e
Octal1275715423700724274736
Binary1010111101111110110010011111000011101010001011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572F6C; }

 p { color: rgb(87,47,108); }

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

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

 a { background-color: rgb(87,47,108); }

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

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

 span { border-color: rgb(87,47,108); }

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