Html Css Color HEX #574950 Liver

📋 copy color: '#574950'

red 87 ◦ green 73 ◦ blue 80

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

Shades of Liver #574950

Tints of Liver #574950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 33.33%

R = 36.25%
G = 30.42%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#574950 (or 0x574950) is known color: Liver. HEX triplet: 57, 49 and 50. RGB value is (87,73,80). Sum of RGB (Red+Green+Blue) = 87+73+80=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 87 - color contains mainly: red. Hex color #574950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574950 is #A8B6AF. Grayscale: #4D4D4D. Windows color (decimal): -11056816 or 5261655. OLE color: 5261655.

HSL color Cylindrical-coordinate representation of color #574950: hue angle of 330º 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 #574950 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 73 80 -
CMYK 0 0.16 0.08 0.66
HSL 330º 0.09% 0.31% -
HSV(B) 330º 0.16% 0.34% -
XYZ 7.76 7.37 8.6 -
YUV 77.98 129.14 134.43 -
System Red Green Blue C M Y K H S L
Decimal 87 73 80 0 0.16 0.08 0.66 330 0.09 0.31
Hex 57 49 50 0 10 8 42 14A 9 1F
Octal 127 111 120 0 20 10 102 512 11 37
Binary 1010111 1001001 1010000 0 10000 1000 1000010 101001010 1001 11111

Color Harmonies of #574950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574950

Black with #574950

Text Example


Text Example

White with #574950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574950; }

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

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

background-color css

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

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

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

border-color css

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

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

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