Html Css Color HEX #5B5559 Liver

📋 copy color: '#5B5559'

red 91 ◦ green 85 ◦ blue 89

#5B5559
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Liver #5B5559

Tints of Liver #5B5559

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 value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.64

RGB Variations

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

Color information

#5B5559 (or 0x5B5559) is known color: 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

RGB 91 85 89 -
CMYK 0 0.07 0.02 0.64
HSL 320º 0.03% 0.35% -
HSV(B) 320º 0.07% 0.36% -
XYZ 9.37 9.44 10.78 -
YUV 87.25 128.99 130.67 -
System Red Green Blue C M Y K H S L
Decimal 91 85 89 0 0.07 0.02 0.64 320 0.03 0.35
Hex 5B 55 59 0 7 2 40 140 3 23
Octal 133 125 131 0 7 2 100 500 3 43
Binary 1011011 1010101 1011001 0 111 10 1000000 101000000 11 100011

Color Harmonies of #5B5559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5559

Black with #5B5559

Text Example


Text Example

White with #5B5559

Text Example


Text Example

HTML Codes & Css Web 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>