#572F6F

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

Shades of Honey Flower #572F6F

Tints of Honey Flower #572F6F

Color information

#572F6F (or 0x572F6F) is unknown color: approx Honey Flower. HEX triplet: 57, 2F and 6F. RGB value is (87,47,111). Sum of RGB (Red+Green+Blue) = 87+47+111=245 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.51% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 111 - color contains mainly: blue. Hex color #572F6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572F6F is #A8D090. Grayscale: #424242. Windows color (decimal): -11063441 or 7286615. OLE color: 7286615.

HSL color Cylindrical-coordinate representation of color #572F6F: hue angle of 277.5º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #572F6F is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8747111-
CMYK0.220.5800.56
HSL277.5º40.51%30.98%-
HSV(B)277.5º57.66%43.53%-
XYZ7.825.2115.63-
YUV66.26153.25142.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.51%
GREEN value IS 47 (18.75% from 255) = 19.18%
BLUE value IS 111 (43.75% from 255) = 45.31%
R=35.51%
G=19.18%
B=45.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87471110.220.5800.56277.540.5130.98
Hex572F6F163A038116291f
Octal1275715726720704265137
Binary1010111101111110111110110111010011100010001011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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