#5C5259

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

Shades of Liver #5C5259

Tints of Liver #5C5259

Color information

#5C5259 (or 0x5C5259) is unknown color: approx Liver. HEX triplet: 5C, 52 and 59. RGB value is (92,82,89). Sum of RGB (Red+Green+Blue) = 92+82+89=263 (34% of max value = 765). Red value is 92 (36.33% from 255 or 34.98% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 89 (35.16% from 255 or 33.84% from 263); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5259 is #A3ADA6. Grayscale: #555555. Windows color (decimal): -10726823 or 5853788. OLE color: 5853788.

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

Color convert

RGB928289-
CMYK00.110.030.64
HSL318º5.75%34.12%-
HSV(B)318º10.87%36.08%-
XYZ9.239.0310.71-
YUV85.79129.81132.43-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.98%
GREEN value IS 82 (32.42% from 255) = 31.18%
BLUE value IS 89 (35.16% from 255) = 33.84%
R=34.98%
G=31.18%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92828900.110.030.643185.7534.12
Hex5C52590B34013e622
Octal1341221310133100476642
Binary10111001010010101100101011111000000100111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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