Html Css Color HEX #5B5357 Liver

📋 copy color: '#5B5357'

red 91 ◦ green 83 ◦ blue 87

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

Shades of Liver #5B5357

Tints of Liver #5B5357

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.8%

 BLUE value IS 87 (34.38% from 255) = 33.33%

R = 34.87%
G = 31.8%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.64

RGB Variations

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

Color information

#5B5357 (or 0x5B5357) is known color: Liver. HEX triplet: 5B, 53 and 57. RGB value is (91,83,87). Sum of RGB (Red+Green+Blue) = 91+83+87=261 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.87% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 87 (34.38% from 255 or 33.33% from 261); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5357 is #A4ACA8. Grayscale: #555555. Windows color (decimal): -10792105 or 5722971. OLE color: 5722971.

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

Color convert

RGB 91 83 87 -
CMYK 0 0.09 0.04 0.64
HSL 330º 0.05% 0.34% -
HSV(B) 330º 0.09% 0.36% -
XYZ 9.13 9.1 10.29 -
YUV 85.85 128.65 131.67 -
System Red Green Blue C M Y K H S L
Decimal 91 83 87 0 0.09 0.04 0.64 330 0.05 0.34
Hex 5B 53 57 0 9 4 40 14A 5 22
Octal 133 123 127 0 11 4 100 512 5 42
Binary 1011011 1010011 1010111 0 1001 100 1000000 101001010 101 100010

Color Harmonies of #5B5357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5357

Black with #5B5357

Text Example


Text Example

White with #5B5357

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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