Shades of Liver #5B384D
Tints of Liver #5B384D
RGB
CMYK
RGB Variations
Color information
#5B384D (or 0x5B384D) is known color: Liver. HEX triplet: 5B, 38 and 4D. RGB value is (91,56,77). Sum of RGB (Red+Green+Blue) = 91+56+77=224 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.62% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 91 - color contains mainly: red. Hex color #5B384D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B384D is #A4C7B2. Grayscale: #444444. Windows color (decimal): -10799027 or 5060699. OLE color: 5060699.
HSL color Cylindrical-coordinate representation of color #5B384D: hue angle of 324º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B384D is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 56 | 77 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.64 |
| HSL | 324º | 0.24% | 0.29% | - |
| HSV(B) | 324º | 0.38% | 0.36% | - |
| XYZ | 7.07 | 5.59 | 7.73 | - |
| YUV | 68.86 | 132.6 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 56 | 77 | 0 | 0.38 | 0.15 | 0.64 | 324 | 0.24 | 0.29 |
| Hex | 5B | 38 | 4D | 0 | 26 | F | 40 | 144 | 18 | 1D |
| Octal | 133 | 70 | 115 | 0 | 46 | 17 | 100 | 504 | 30 | 35 |
| Binary | 1011011 | 111000 | 1001101 | 0 | 100110 | 1111 | 1000000 | 101000100 | 11000 | 11101 |
Color Harmonies of #5B384D
Complementary color
Monochromatic Colors of #5B384D
Black with #5B384D
Text Example
Text Example
White with #5B384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B384D; }
p { color: rgb(91,56,77); }
H1.HeaderClassName
{
color: #5B384D;
}
.AnyTagClassName
{
color: #5B384D;
}
</style>
background-color css
<style>
a { background-color: #5B384D; }
a { background-color: rgb(91,56,77); }
div.DivClassName
{
background-color: #5B384D;
}
.BgClassName
{
background-color: #5B384D;
}
</style>
border-color css
<style>
span { border-color: #5B384D; }
span { border-color: rgb(91,56,77); }
td.TdClassName
{
border-color: #5B384D;
}
.TagClassName
{
border-color: #5B384D;
}
</style>