Shades of Liver #5B3D4F
Tints of Liver #5B3D4F
RGB
CMYK
RGB Variations
Color information
#5B3D4F (or 0x5B3D4F) is known color: Liver. HEX triplet: 5B, 3D and 4F. RGB value is (91,61,79). Sum of RGB (Red+Green+Blue) = 91+61+79=231 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.39% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3D4F is #A4C2B0. Grayscale: #474747. Windows color (decimal): -10797745 or 5193051. OLE color: 5193051.
HSL color Cylindrical-coordinate representation of color #5B3D4F: hue angle of 324º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B3D4F is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 61 | 79 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.64 |
| HSL | 324º | 0.2% | 0.3% | - |
| HSV(B) | 324º | 0.33% | 0.36% | - |
| XYZ | 7.39 | 6.13 | 8.19 | - |
| YUV | 72.02 | 131.94 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 61 | 79 | 0 | 0.33 | 0.13 | 0.64 | 324 | 0.2 | 0.3 |
| Hex | 5B | 3D | 4F | 0 | 21 | D | 40 | 144 | 14 | 1E |
| Octal | 133 | 75 | 117 | 0 | 41 | 15 | 100 | 504 | 24 | 36 |
| Binary | 1011011 | 111101 | 1001111 | 0 | 100001 | 1101 | 1000000 | 101000100 | 10100 | 11110 |
Color Harmonies of #5B3D4F
Complementary color
Monochromatic Colors of #5B3D4F
Black with #5B3D4F
Text Example
Text Example
White with #5B3D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3D4F; }
p { color: rgb(91,61,79); }
H1.HeaderClassName
{
color: #5B3D4F;
}
.AnyTagClassName
{
color: #5B3D4F;
}
</style>
background-color css
<style>
a { background-color: #5B3D4F; }
a { background-color: rgb(91,61,79); }
div.DivClassName
{
background-color: #5B3D4F;
}
.BgClassName
{
background-color: #5B3D4F;
}
</style>
border-color css
<style>
span { border-color: #5B3D4F; }
span { border-color: rgb(91,61,79); }
td.TdClassName
{
border-color: #5B3D4F;
}
.TagClassName
{
border-color: #5B3D4F;
}
</style>