Html Css Color HEX #574961 Honey Flower

📋 copy color: '#574961'

red 87 ◦ green 73 ◦ blue 97

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

Shades of Honey Flower #574961

Tints of Honey Flower #574961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 37.74%

R = 33.85%
G = 28.4%
B = 37.74%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#574961 (or 0x574961) is known color: Honey Flower. HEX triplet: 57, 49 and 61. RGB value is (87,73,97). Sum of RGB (Red+Green+Blue) = 87+73+97=257 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.85% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 97 - color contains mainly: blue. Hex color #574961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574961 is #A8B69E. Grayscale: #4F4F4F. Windows color (decimal): -11056799 or 6375767. OLE color: 6375767.

HSL color Cylindrical-coordinate representation of color #574961: hue angle of 275º 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 #574961 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 73 97 -
CMYK 0.10 0.25 0 0.62
HSL 275º 0.14% 0.33% -
HSV(B) 275º 0.25% 0.38% -
XYZ 8.47 7.65 12.34 -
YUV 79.92 137.64 133.05 -
System Red Green Blue C M Y K H S L
Decimal 87 73 97 0.10 0.25 0 0.62 275 0.14 0.33
Hex 57 49 61 A 19 0 3E 113 E 21
Octal 127 111 141 12 31 0 76 423 16 41
Binary 1010111 1001001 1100001 1010 11001 0 111110 100010011 1110 100001

Color Harmonies of #574961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574961

Black with #574961

Text Example


Text Example

White with #574961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574961; }

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

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

background-color css

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

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

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

border-color css

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

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

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