Html Css Color HEX #574860 Honey Flower

📋 copy color: '#574860'

red 87 ◦ green 72 ◦ blue 96

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

Shades of Honey Flower #574860

Tints of Honey Flower #574860

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.24%

 BLUE value IS 96 (37.89% from 255) = 37.65%

R = 34.12%
G = 28.24%
B = 37.65%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#574860 (or 0x574860) is known color: Honey Flower. HEX triplet: 57, 48 and 60. RGB value is (87,72,96). Sum of RGB (Red+Green+Blue) = 87+72+96=255 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.12% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 96 - color contains mainly: blue. Hex color #574860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574860 is #A8B79F. Grayscale: #4F4F4F. Windows color (decimal): -11057056 or 6309975. OLE color: 6309975.

HSL color Cylindrical-coordinate representation of color #574860: hue angle of 277.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #574860 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 72 96 -
CMYK 0.09 0.25 0 0.62
HSL 277.5º 0.14% 0.33% -
HSV(B) 277.5º 0.25% 0.38% -
XYZ 8.36 7.51 12.07 -
YUV 79.22 137.47 133.55 -
System Red Green Blue C M Y K H S L
Decimal 87 72 96 0.09 0.25 0 0.62 277.5 0.14 0.33
Hex 57 48 60 9 19 0 3E 116 E 21
Octal 127 110 140 11 31 0 76 426 16 41
Binary 1010111 1001000 1100000 1001 11001 0 111110 100010110 1110 100001

Color Harmonies of #574860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574860

Black with #574860

Text Example


Text Example

White with #574860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574860; }

 p { color: rgb(87,72,96); }

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

background-color css

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

 a { background-color: rgb(87,72,96); }

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

border-color css

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

 span { border-color: rgb(87,72,96); }

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