Html Css Color HEX #574952 Liver

📋 copy color: '#574952'

red 87 ◦ green 73 ◦ blue 82

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

Shades of Liver #574952

Tints of Liver #574952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 33.88%

R = 35.95%
G = 30.17%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.66

RGB Variations

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

Color information

#574952 (or 0x574952) is known color: Liver. HEX triplet: 57, 49 and 52. RGB value is (87,73,82). Sum of RGB (Red+Green+Blue) = 87+73+82=242 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.95% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 87 - color contains mainly: red. Hex color #574952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574952 is #A8B6AD. Grayscale: #4E4E4E. Windows color (decimal): -11056814 or 5392727. OLE color: 5392727.

HSL color Cylindrical-coordinate representation of color #574952: hue angle of 321.43º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #574952 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 73 82 -
CMYK 0 0.16 0.06 0.66
HSL 321.43º 0.09% 0.31% -
HSV(B) 321.43º 0.16% 0.34% -
XYZ 7.84 7.4 9 -
YUV 78.21 130.14 134.27 -
System Red Green Blue C M Y K H S L
Decimal 87 73 82 0 0.16 0.06 0.66 321.43 0.09 0.31
Hex 57 49 52 0 10 6 42 141 9 1F
Octal 127 111 122 0 20 6 102 501 11 37
Binary 1010111 1001001 1010010 0 10000 110 1000010 101000001 1001 11111

Color Harmonies of #574952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574952

Black with #574952

Text Example


Text Example

White with #574952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574952; }

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

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

background-color css

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

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

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

border-color css

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

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

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