Shades of Slate Blue #5F4FDB
Tints of Slate Blue #5F4FDB
RGB
CMYK
RGB Variations
Color information
#5F4FDB (or 0x5F4FDB) is known color: Slate Blue. HEX triplet: 5F, 4F and DB. RGB value is (95,79,219). Sum of RGB (Red+Green+Blue) = 95+79+219=393 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.17% from 393); Green value is 79 (31.25% from 255 or 20.10% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #5F4FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F4FDB is #A0B024. Grayscale: #636363. Windows color (decimal): -10530853 or 14372703. OLE color: 14372703.
HSL color Cylindrical-coordinate representation of color #5F4FDB: hue angle of 246.86º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5F4FDB is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 79 | 219 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.14 |
| HSL | 246.86º | 0.66% | 0.58% | - |
| HSV(B) | 246.86º | 0.64% | 0.86% | - |
| XYZ | 20.3 | 13.14 | 68.48 | - |
| YUV | 99.74 | 195.3 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 79 | 219 | 0.57 | 0.64 | 0 | 0.14 | 246.86 | 0.66 | 0.58 |
| Hex | 5F | 4F | DB | 39 | 40 | 0 | E | F7 | 42 | 3A |
| Octal | 137 | 117 | 333 | 71 | 100 | 0 | 16 | 367 | 102 | 72 |
| Binary | 1011111 | 1001111 | 11011011 | 111001 | 1000000 | 0 | 1110 | 11110111 | 1000010 | 111010 |
Color Harmonies of #5F4FDB
Complementary color
Monochromatic Colors of #5F4FDB
Black with #5F4FDB
Text Example
Text Example
White with #5F4FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4FDB; }
p { color: rgb(95,79,219); }
H1.HeaderClassName
{
color: #5F4FDB;
}
.AnyTagClassName
{
color: #5F4FDB;
}
</style>
background-color css
<style>
a { background-color: #5F4FDB; }
a { background-color: rgb(95,79,219); }
div.DivClassName
{
background-color: #5F4FDB;
}
.BgClassName
{
background-color: #5F4FDB;
}
</style>
border-color css
<style>
span { border-color: #5F4FDB; }
span { border-color: rgb(95,79,219); }
td.TdClassName
{
border-color: #5F4FDB;
}
.TagClassName
{
border-color: #5F4FDB;
}
</style>