Shades of Slate Blue #5F49DB
Tints of Slate Blue #5F49DB
RGB
CMYK
RGB Variations
Color information
#5F49DB (or 0x5F49DB) is known color: Slate Blue. HEX triplet: 5F, 49 and DB. RGB value is (95,73,219). Sum of RGB (Red+Green+Blue) = 95+73+219=387 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.55% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #5F49DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F49DB is #A0B624. Grayscale: #5F5F5F. Windows color (decimal): -10532389 or 14371167. OLE color: 14371167.
HSL color Cylindrical-coordinate representation of color #5F49DB: hue angle of 249.04º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5F49DB is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 73 | 219 | - |
| CMYK | 0.57 | 0.67 | 0 | 0.14 |
| HSL | 249.04º | 0.67% | 0.57% | - |
| HSV(B) | 249.04º | 0.67% | 0.86% | - |
| XYZ | 19.89 | 12.31 | 68.35 | - |
| YUV | 96.22 | 197.29 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 73 | 219 | 0.57 | 0.67 | 0 | 0.14 | 249.04 | 0.67 | 0.57 |
| Hex | 5F | 49 | DB | 39 | 43 | 0 | E | F9 | 43 | 39 |
| Octal | 137 | 111 | 333 | 71 | 103 | 0 | 16 | 371 | 103 | 71 |
| Binary | 1011111 | 1001001 | 11011011 | 111001 | 1000011 | 0 | 1110 | 11111001 | 1000011 | 111001 |
Color Harmonies of #5F49DB
Complementary color
Monochromatic Colors of #5F49DB
Black with #5F49DB
Text Example
Text Example
White with #5F49DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F49DB; }
p { color: rgb(95,73,219); }
H1.HeaderClassName
{
color: #5F49DB;
}
.AnyTagClassName
{
color: #5F49DB;
}
</style>
background-color css
<style>
a { background-color: #5F49DB; }
a { background-color: rgb(95,73,219); }
div.DivClassName
{
background-color: #5F49DB;
}
.BgClassName
{
background-color: #5F49DB;
}
</style>
border-color css
<style>
span { border-color: #5F49DB; }
span { border-color: rgb(95,73,219); }
td.TdClassName
{
border-color: #5F49DB;
}
.TagClassName
{
border-color: #5F49DB;
}
</style>