#574450

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

Shades of Liver #574450

Tints of Liver #574450

Color information

#574450 (or 0x574450) is unknown color: approx Liver. HEX triplet: 57, 44 and 50. RGB value is (87,68,80). Sum of RGB (Red+Green+Blue) = 87+68+80=235 (31% of max value = 765). Red value is 87 (34.38% from 255 or 37.02% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 87 - color contains mainly: red. Hex color #574450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574450 is #A8BBAF. Grayscale: #4B4B4B. Windows color (decimal): -11058096 or 5260375. OLE color: 5260375.

HSL color Cylindrical-coordinate representation of color #574450: hue angle of 322.11º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #574450 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB876880-
CMYK00.220.080.66
HSL322.11º12.26%30.39%-
HSV(B)322.11º21.84%34.12%-
XYZ7.456.748.5-
YUV75.05130.79136.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.02%
GREEN value IS 68 (26.95% from 255) = 28.94%
BLUE value IS 80 (31.64% from 255) = 34.04%
R=37.02%
G=28.94%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87688000.220.080.66322.1112.2630.39
Hex574450016842142c1e
Octal127104120026101025021436
Binary10101111000100101000001011010001000010101000010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574450; }

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

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

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

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

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

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

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

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