#574B52

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

Shades of Liver #574B52

Tints of Liver #574B52

Color information

#574B52 (or 0x574B52) is unknown color: approx Liver. HEX triplet: 57, 4B and 52. RGB value is (87,75,82). Sum of RGB (Red+Green+Blue) = 87+75+82=244 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.66% from 244); Green value is 75 (29.69% from 255 or 30.74% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 87 - color contains mainly: red. Hex color #574B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574B52 is #A8B4AD. Grayscale: #4F4F4F. Windows color (decimal): -11056302 or 5393239. OLE color: 5393239.

HSL color Cylindrical-coordinate representation of color #574B52: hue angle of 325º 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 #574B52 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB877582-
CMYK00.140.060.66
HSL325º7.41%31.76%-
HSV(B)325º13.79%34.12%-
XYZ7.977.679.04-
YUV79.39129.48133.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.66%
GREEN value IS 75 (29.69% from 255) = 30.74%
BLUE value IS 82 (32.42% from 255) = 33.61%
R=35.66%
G=30.74%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87758200.140.060.663257.4131.76
Hex574B520E642145720
Octal1271131220166102505740
Binary101011110010111010010011101101000010101000101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #574B52;
 }
 .AnyTagClassName
 {
   color: #574B52;
 }
</style>
background-color css

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

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

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

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

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

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