Html Css Color HEX #5B4953 Liver

📋 copy color: '#5B4953'

red 91 ◦ green 73 ◦ blue 83

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

Shades of Liver #5B4953

Tints of Liver #5B4953

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.55%

 BLUE value IS 83 (32.81% from 255) = 33.6%

R = 36.84%
G = 29.55%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.64

RGB Variations

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

Color information

#5B4953 (or 0x5B4953) is known color: Liver. HEX triplet: 5B, 49 and 53. RGB value is (91,73,83). Sum of RGB (Red+Green+Blue) = 91+73+83=247 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.84% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4953 is #A4B6AC. Grayscale: #4F4F4F. Windows color (decimal): -10794669 or 5458267. OLE color: 5458267.

HSL color Cylindrical-coordinate representation of color #5B4953: hue angle of 326.67º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5B4953 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 73 83 -
CMYK 0 0.20 0.09 0.64
HSL 326.67º 0.11% 0.32% -
HSV(B) 326.67º 0.2% 0.36% -
XYZ 8.26 7.61 9.22 -
YUV 79.52 129.96 136.19 -
System Red Green Blue C M Y K H S L
Decimal 91 73 83 0 0.20 0.09 0.64 326.67 0.11 0.32
Hex 5B 49 53 0 14 9 40 147 B 20
Octal 133 111 123 0 24 11 100 507 13 40
Binary 1011011 1001001 1010011 0 10100 1001 1000000 101000111 1011 100000

Color Harmonies of #5B4953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4953

Black with #5B4953

Text Example


Text Example

White with #5B4953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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