Html Css Color HEX #574B50 Liver

📋 copy color: '#574B50'

red 87 ◦ green 75 ◦ blue 80

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

Shades of Liver #574B50

Tints of Liver #574B50

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.99%

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

R = 35.95%
G = 30.99%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#574B50 (or 0x574B50) is known color: Liver. HEX triplet: 57, 4B and 50. RGB value is (87,75,80). Sum of RGB (Red+Green+Blue) = 87+75+80=242 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.95% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 87 - color contains mainly: red. Hex color #574B50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574B50 is #A8B4AF. Grayscale: #4F4F4F. Windows color (decimal): -11056304 or 5262167. OLE color: 5262167.

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

Color convert

RGB 87 75 80 -
CMYK 0 0.14 0.08 0.66
HSL 335º 0.07% 0.32% -
HSV(B) 335º 0.14% 0.34% -
XYZ 7.89 7.64 8.65 -
YUV 79.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 87 75 80 0 0.14 0.08 0.66 335 0.07 0.32
Hex 57 4B 50 0 E 8 42 14F 7 20
Octal 127 113 120 0 16 10 102 517 7 40
Binary 1010111 1001011 1010000 0 1110 1000 1000010 101001111 111 100000

Color Harmonies of #574B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574B50

Black with #574B50

Text Example


Text Example

White with #574B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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