Html Css Color HEX #5B4B52 Liver

📋 copy color: '#5B4B52'

red 91 ◦ green 75 ◦ blue 82

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

Shades of Liver #5B4B52

Tints of Liver #5B4B52

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.24%

 BLUE value IS 82 (32.42% from 255) = 33.06%

R = 36.69%
G = 30.24%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.64

RGB Variations

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

Color information

#5B4B52 (or 0x5B4B52) is known color: Liver. HEX triplet: 5B, 4B and 52. RGB value is (91,75,82). Sum of RGB (Red+Green+Blue) = 91+75+82=248 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.69% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4B52 is #A4B4AD. Grayscale: #505050. Windows color (decimal): -10794158 or 5393243. OLE color: 5393243.

HSL color Cylindrical-coordinate representation of color #5B4B52: hue angle of 333.75º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5B4B52 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 75 82 -
CMYK 0 0.18 0.10 0.64
HSL 333.75º 0.1% 0.33% -
HSV(B) 333.75º 0.18% 0.36% -
XYZ 8.35 7.87 9.06 -
YUV 80.58 128.8 135.43 -
System Red Green Blue C M Y K H S L
Decimal 91 75 82 0 0.18 0.10 0.64 333.75 0.1 0.33
Hex 5B 4B 52 0 12 A 40 14E A 21
Octal 133 113 122 0 22 12 100 516 12 41
Binary 1011011 1001011 1010010 0 10010 1010 1000000 101001110 1010 100001

Color Harmonies of #5B4B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4B52

Black with #5B4B52

Text Example


Text Example

White with #5B4B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,75,82); }

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

background-color css

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

 a { background-color: rgb(91,75,82); }

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

border-color css

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

 span { border-color: rgb(91,75,82); }

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