Html Css Color HEX #574C50 Liver

📋 copy color: '#574C50'

red 87 ◦ green 76 ◦ blue 80

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

Shades of Liver #574C50

Tints of Liver #574C50

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.28%

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

R = 35.8%
G = 31.28%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#574C50 (or 0x574C50) is known color: Liver. HEX triplet: 57, 4C and 50. RGB value is (87,76,80). Sum of RGB (Red+Green+Blue) = 87+76+80=243 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.80% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 87 - color contains mainly: red. Hex color #574C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574C50 is #A8B3AF. Grayscale: #4F4F4F. Windows color (decimal): -11056048 or 5262423. OLE color: 5262423.

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

Color convert

RGB 87 76 80 -
CMYK 0 0.13 0.08 0.66
HSL 338.18º 0.07% 0.32% -
HSV(B) 338.18º 0.13% 0.34% -
XYZ 7.96 7.77 8.67 -
YUV 79.75 128.14 133.17 -
System Red Green Blue C M Y K H S L
Decimal 87 76 80 0 0.13 0.08 0.66 338.18 0.07 0.32
Hex 57 4C 50 0 D 8 42 152 7 20
Octal 127 114 120 0 15 10 102 522 7 40
Binary 1010111 1001100 1010000 0 1101 1000 1000010 101010010 111 100000

Color Harmonies of #574C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574C50

Black with #574C50

Text Example


Text Example

White with #574C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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