Html Css Color HEX #572370 Honey Flower

📋 copy color: '#572370'

red 87 ◦ green 35 ◦ blue 112

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

Shades of Honey Flower #572370

Tints of Honey Flower #572370

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.96%

 BLUE value IS 112 (44.14% from 255) = 47.86%

R = 37.18%
G = 14.96%
B = 47.86%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#572370 (or 0x572370) is known color: Honey Flower. HEX triplet: 57, 23 and 70. RGB value is (87,35,112). Sum of RGB (Red+Green+Blue) = 87+35+112=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 112 - color contains mainly: blue. Hex color #572370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572370 is #A8DC8F. Grayscale: #3B3B3B. Windows color (decimal): -11066512 or 7349079. OLE color: 7349079.

HSL color Cylindrical-coordinate representation of color #572370: hue angle of 280.52º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #572370 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 35 112 -
CMYK 0.22 0.69 0 0.56
HSL 280.52º 0.52% 0.29% -
HSV(B) 280.52º 0.69% 0.44% -
XYZ 7.46 4.4 15.79 -
YUV 59.33 157.73 147.74 -
System Red Green Blue C M Y K H S L
Decimal 87 35 112 0.22 0.69 0 0.56 280.52 0.52 0.29
Hex 57 23 70 16 45 0 38 119 34 1D
Octal 127 43 160 26 105 0 70 431 64 35
Binary 1010111 100011 1110000 10110 1000101 0 111000 100011001 110100 11101

Color Harmonies of #572370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572370

Black with #572370

Text Example


Text Example

White with #572370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572370; }

 p { color: rgb(87,35,112); }

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

background-color css

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

 a { background-color: rgb(87,35,112); }

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

border-color css

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

 span { border-color: rgb(87,35,112); }

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