#574B50

Color #574B50 Liver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Liver #574B50

Tints of Liver #574B50

Color information

#574B50 (or 0x574B50) is unknown color: approx 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

RGB877580-
CMYK00.140.080.66
HSL335º7.41%31.76%-
HSV(B)335º13.79%34.12%-
XYZ7.897.648.65-
YUV79.16128.48133.59-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87758000.140.080.663357.4131.76
Hex574B500E84214f720
Octal12711312001610102517740
Binary1010111100101110100000111010001000010101001111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>