#5B5559

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

Shades of Liver #5B5559

Tints of Liver #5B5559

Color information

#5B5559 (or 0x5B5559) is unknown color: approx Liver. HEX triplet: 5B, 55 and 59. RGB value is (91,85,89). Sum of RGB (Red+Green+Blue) = 91+85+89=265 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.34% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5559 is #A4AAA6. Grayscale: #575757. Windows color (decimal): -10791591 or 5854555. OLE color: 5854555.

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

Color convert

RGB918589-
CMYK00.070.020.64
HSL320º3.41%34.51%-
HSV(B)320º6.59%35.69%-
XYZ9.379.4410.78-
YUV87.25128.99130.67-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.34%
GREEN value IS 85 (33.59% from 255) = 32.08%
BLUE value IS 89 (35.16% from 255) = 33.58%
R=34.34%
G=32.08%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91858900.070.020.643203.4134.51
Hex5B555907240140323
Octal133125131072100500343
Binary101101110101011011001011110100000010100000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,85,89); }

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

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

 a { background-color: rgb(91,85,89); }

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

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

 span { border-color: rgb(91,85,89); }

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