Html Css Color HEX #572F72 Honey Flower

📋 copy color: '#572F72'

red 87 ◦ green 47 ◦ blue 114

#572F72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honey Flower #572F72

Tints of Honey Flower #572F72

RGB

 RED value IS 87 (34.38% from 255) = 35.08%

 GREEN value IS 47 (18.75% from 255) = 18.95%

 BLUE value IS 114 (44.92% from 255) = 45.97%

R = 35.08%
G = 18.95%
B = 45.97%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#572F72 (or 0x572F72) is known color: Honey Flower. HEX triplet: 57, 2F and 72. RGB value is (87,47,114). Sum of RGB (Red+Green+Blue) = 87+47+114=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 114 - color contains mainly: blue. Hex color #572F72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572F72 is #A8D08D. Grayscale: #424242. Windows color (decimal): -11063438 or 7483223. OLE color: 7483223.

HSL color Cylindrical-coordinate representation of color #572F72: hue angle of 275.82º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #572F72 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 47 114 -
CMYK 0.24 0.59 0 0.55
HSL 275.82º 0.42% 0.32% -
HSV(B) 275.82º 0.59% 0.45% -
XYZ 7.98 5.27 16.52 -
YUV 66.6 154.75 142.55 -
System Red Green Blue C M Y K H S L
Decimal 87 47 114 0.24 0.59 0 0.55 275.82 0.42 0.32
Hex 57 2F 72 18 3B 0 37 114 2A 20
Octal 127 57 162 30 73 0 67 424 52 40
Binary 1010111 101111 1110010 11000 111011 0 110111 100010100 101010 100000

Color Harmonies of #572F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572F72

Black with #572F72

Text Example


Text Example

White with #572F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #572F72;
 }
 .AnyTagClassName
 {
   color: #572F72;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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