Html Css Color HEX #574D54 Liver

📋 copy color: '#574D54'

red 87 ◦ green 77 ◦ blue 84

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

Shades of Liver #574D54

Tints of Liver #574D54

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.05%

 BLUE value IS 84 (33.2% from 255) = 33.87%

R = 35.08%
G = 31.05%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#574D54 (or 0x574D54) is known color: Liver. HEX triplet: 57, 4D and 54. RGB value is (87,77,84). Sum of RGB (Red+Green+Blue) = 87+77+84=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 87 - color contains mainly: red. Hex color #574D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574D54 is #A8B2AB. Grayscale: #505050. Windows color (decimal): -11055788 or 5524823. OLE color: 5524823.

HSL color Cylindrical-coordinate representation of color #574D54: hue angle of 318º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #574D54 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 77 84 -
CMYK 0 0.11 0.03 0.66
HSL 318º 0.06% 0.32% -
HSV(B) 318º 0.11% 0.34% -
XYZ 8.18 7.97 9.5 -
YUV 80.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 87 77 84 0 0.11 0.03 0.66 318 0.06 0.32
Hex 57 4D 54 0 B 3 42 13E 6 20
Octal 127 115 124 0 13 3 102 476 6 40
Binary 1010111 1001101 1010100 0 1011 11 1000010 100111110 110 100000

Color Harmonies of #574D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574D54

Black with #574D54

Text Example


Text Example

White with #574D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574D54; }

 p { color: rgb(87,77,84); }

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

background-color css

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

 a { background-color: rgb(87,77,84); }

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

border-color css

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

 span { border-color: rgb(87,77,84); }

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