#5C5258

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

Shades of Liver #5C5258

Tints of Liver #5C5258

Color information

#5C5258 (or 0x5C5258) is unknown color: approx Liver. HEX triplet: 5C, 52 and 58. RGB value is (92,82,88). Sum of RGB (Red+Green+Blue) = 92+82+88=262 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.11% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 88 (34.77% from 255 or 33.59% from 262); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5258 is #A3ADA7. Grayscale: #555555. Windows color (decimal): -10726824 or 5788252. OLE color: 5788252.

HSL color Cylindrical-coordinate representation of color #5C5258: hue angle of 324º 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 #5C5258 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB928288-
CMYK00.110.040.64
HSL324º5.75%34.12%-
HSV(B)324º10.87%36.08%-
XYZ9.199.0110.49-
YUV85.67129.31132.51-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.11%
GREEN value IS 82 (32.42% from 255) = 31.30%
BLUE value IS 88 (34.77% from 255) = 33.59%
R=35.11%
G=31.30%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92828800.110.040.643245.7534.12
Hex5C52580B440144622
Octal1341221300134100504642
Binary101110010100101011000010111001000000101000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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