#5C4150

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

Shades of Liver #5C4150

Tints of Liver #5C4150

Color information

#5C4150 (or 0x5C4150) is unknown color: approx Liver. HEX triplet: 5C, 41 and 50. RGB value is (92,65,80). Sum of RGB (Red+Green+Blue) = 92+65+80=237 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.82% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4150 is #A3BEAF. Grayscale: #4A4A4A. Windows color (decimal): -10731184 or 5259612. OLE color: 5259612.

HSL color Cylindrical-coordinate representation of color #5C4150: hue angle of 326.67º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5C4150 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB926580-
CMYK00.290.130.64
HSL326.67º17.2%30.78%-
HSV(B)326.67º29.35%36.08%-
XYZ7.756.648.46-
YUV74.78130.95140.28-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.82%
GREEN value IS 65 (25.78% from 255) = 27.43%
BLUE value IS 80 (31.64% from 255) = 33.76%
R=38.82%
G=27.43%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92658000.290.130.64326.6717.230.78
Hex5C415001DD40147111f
Octal134101120035151005072137
Binary101110010000011010000011101110110000001010001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C4150; }

 p { color: rgb(92,65,80); }

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

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

 a { background-color: rgb(92,65,80); }

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

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

 span { border-color: rgb(92,65,80); }

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