Html Css Color HEX #5B5759 Liver

📋 copy color: '#5B5759'

red 91 ◦ green 87 ◦ blue 89

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

Shades of Liver #5B5759

Tints of Liver #5B5759

RGB

 RED value IS 91 (35.94% from 255) = 34.08%

 GREEN value IS 87 (34.38% from 255) = 32.58%

 BLUE value IS 89 (35.16% from 255) = 33.33%

R = 34.08%
G = 32.58%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0.64

RGB Variations

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

Color information

#5B5759 (or 0x5B5759) is known color: Liver. HEX triplet: 5B, 57 and 59. RGB value is (91,87,89). Sum of RGB (Red+Green+Blue) = 91+87+89=267 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.08% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5759 is #A4A8A6. Grayscale: #585858. Windows color (decimal): -10791079 or 5855067. OLE color: 5855067.

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

Color convert

RGB 91 87 89 -
CMYK 0 0.04 0.02 0.64
HSL 330º 0.02% 0.35% -
HSV(B) 330º 0.04% 0.36% -
XYZ 9.53 9.76 10.83 -
YUV 88.42 128.33 129.84 -
System Red Green Blue C M Y K H S L
Decimal 91 87 89 0 0.04 0.02 0.64 330 0.02 0.35
Hex 5B 57 59 0 4 2 40 14A 2 23
Octal 133 127 131 0 4 2 100 512 2 43
Binary 1011011 1010111 1011001 0 100 10 1000000 101001010 10 100011

Color Harmonies of #5B5759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5759

Black with #5B5759

Text Example


Text Example

White with #5B5759

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B5759;
 }
 .AnyTagClassName
 {
   color: #5B5759;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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