Shades of Slate Blue #5B4ADB
Tints of Slate Blue #5B4ADB
RGB
CMYK
RGB Variations
Color information
#5B4ADB (or 0x5B4ADB) is known color: Slate Blue. HEX triplet: 5B, 4A and DB. RGB value is (91,74,219). Sum of RGB (Red+Green+Blue) = 91+74+219=384 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.70% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #5B4ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B4ADB is #A4B524. Grayscale: #5F5F5F. Windows color (decimal): -10794277 or 14371419. OLE color: 14371419.
HSL color Cylindrical-coordinate representation of color #5B4ADB: hue angle of 247.03º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B4ADB is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 74 | 219 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.14 |
| HSL | 247.03º | 0.67% | 0.57% | - |
| HSV(B) | 247.03º | 0.66% | 0.86% | - |
| XYZ | 19.55 | 12.24 | 68.35 | - |
| YUV | 95.61 | 197.63 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 74 | 219 | 0.58 | 0.66 | 0 | 0.14 | 247.03 | 0.67 | 0.57 |
| Hex | 5B | 4A | DB | 3A | 42 | 0 | E | F7 | 43 | 39 |
| Octal | 133 | 112 | 333 | 72 | 102 | 0 | 16 | 367 | 103 | 71 |
| Binary | 1011011 | 1001010 | 11011011 | 111010 | 1000010 | 0 | 1110 | 11110111 | 1000011 | 111001 |
Color Harmonies of #5B4ADB
Complementary color
Monochromatic Colors of #5B4ADB
Black with #5B4ADB
Text Example
Text Example
White with #5B4ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4ADB; }
p { color: rgb(91,74,219); }
H1.HeaderClassName
{
color: #5B4ADB;
}
.AnyTagClassName
{
color: #5B4ADB;
}
</style>
background-color css
<style>
a { background-color: #5B4ADB; }
a { background-color: rgb(91,74,219); }
div.DivClassName
{
background-color: #5B4ADB;
}
.BgClassName
{
background-color: #5B4ADB;
}
</style>
border-color css
<style>
span { border-color: #5B4ADB; }
span { border-color: rgb(91,74,219); }
td.TdClassName
{
border-color: #5B4ADB;
}
.TagClassName
{
border-color: #5B4ADB;
}
</style>