#572F64

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

Shades of Honey Flower #572F64

Tints of Honey Flower #572F64

Color information

#572F64 (or 0x572F64) is unknown color: approx Honey Flower. HEX triplet: 57, 2F and 64. RGB value is (87,47,100). Sum of RGB (Red+Green+Blue) = 87+47+100=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 100 (39.45% from 255 or 42.74% from 234); Max value from RGB is 100 - color contains mainly: blue. Hex color #572F64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572F64 is #A8D09B. Grayscale: #404040. Windows color (decimal): -11063452 or 6565719. OLE color: 6565719.

HSL color Cylindrical-coordinate representation of color #572F64: hue angle of 285.28º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #572F64 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB8747100-
CMYK0.130.5300.61
HSL285.28º36.05%28.82%-
HSV(B)285.28º53%39.22%-
XYZ7.254.9812.64-
YUV65147.75143.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.18%
GREEN value IS 47 (18.75% from 255) = 20.09%
BLUE value IS 100 (39.45% from 255) = 42.74%
R=37.18%
G=20.09%
B=42.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal87471000.130.5300.61285.2836.0528.82
Hex572F64D3503D11d241d
Octal1275714415650754354435
Binary101011110111111001001101110101011110110001110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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