#5C5256

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

Shades of Liver #5C5256

Tints of Liver #5C5256

Color information

#5C5256 (or 0x5C5256) is unknown color: approx Liver. HEX triplet: 5C, 52 and 56. RGB value is (92,82,86). Sum of RGB (Red+Green+Blue) = 92+82+86=260 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.38% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 86 (33.98% from 255 or 33.08% from 260); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5256 is #A3ADA9. Grayscale: #555555. Windows color (decimal): -10726826 or 5657180. OLE color: 5657180.

HSL color Cylindrical-coordinate representation of color #5C5256: hue angle of 336º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5C5256 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.64.

Color convert

RGB928286-
CMYK00.110.070.64
HSL336º5.75%34.12%-
HSV(B)336º10.87%36.08%-
XYZ9.118.9810.06-
YUV85.45128.31132.67-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.38%
GREEN value IS 82 (32.42% from 255) = 31.54%
BLUE value IS 86 (33.98% from 255) = 33.08%
R=35.38%
G=31.54%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92828600.110.070.643365.7534.12
Hex5C52560B740150622
Octal1341221260137100520642
Binary101110010100101010110010111111000000101010000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,82,86); }

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

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

 a { background-color: rgb(92,82,86); }

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

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

 span { border-color: rgb(92,82,86); }

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