Html Css Color HEX #574960 Honey Flower

📋 copy color: '#574960'

red 87 ◦ green 73 ◦ blue 96

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

Shades of Honey Flower #574960

Tints of Honey Flower #574960

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.52%

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

R = 33.98%
G = 28.52%
B = 37.5%

CMYK

 C value IS 0.09

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#574960 (or 0x574960) is known color: Honey Flower. HEX triplet: 57, 49 and 60. RGB value is (87,73,96). Sum of RGB (Red+Green+Blue) = 87+73+96=256 (33% of max value = 765). Red value is 87 (34.38% from 255 or 33.98% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 96 - color contains mainly: blue. Hex color #574960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574960 is #A8B69F. Grayscale: #4F4F4F. Windows color (decimal): -11056800 or 6310231. OLE color: 6310231.

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

Color convert

RGB 87 73 96 -
CMYK 0.09 0.24 0 0.62
HSL 276.52º 0.14% 0.33% -
HSV(B) 276.52º 0.24% 0.38% -
XYZ 8.42 7.64 12.1 -
YUV 79.81 137.14 133.13 -
System Red Green Blue C M Y K H S L
Decimal 87 73 96 0.09 0.24 0 0.62 276.52 0.14 0.33
Hex 57 49 60 9 18 0 3E 115 E 21
Octal 127 111 140 11 30 0 76 425 16 41
Binary 1010111 1001001 1100000 1001 11000 0 111110 100010101 1110 100001

Color Harmonies of #574960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574960

Black with #574960

Text Example


Text Example

White with #574960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574960; }

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

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

background-color css

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

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

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

border-color css

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

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

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