Shades of Slate Blue #5759DB
Tints of Slate Blue #5759DB
RGB
CMYK
RGB Variations
Color information
#5759DB (or 0x5759DB) is known color: Slate Blue. HEX triplet: 57, 59 and DB. RGB value is (87,89,219). Sum of RGB (Red+Green+Blue) = 87+89+219=395 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.03% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #5759DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5759DB is #A8A624. Grayscale: #666666. Windows color (decimal): -11052581 or 14375255. OLE color: 14375255.
HSL color Cylindrical-coordinate representation of color #5759DB: hue angle of 239.09º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5759DB is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 89 | 219 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.14 |
| HSL | 239.09º | 0.65% | 0.6% | - |
| HSV(B) | 239.09º | 0.6% | 0.86% | - |
| XYZ | 20.29 | 14.29 | 68.71 | - |
| YUV | 103.22 | 193.34 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 89 | 219 | 0.60 | 0.59 | 0 | 0.14 | 239.09 | 0.65 | 0.6 |
| Hex | 57 | 59 | DB | 3C | 3B | 0 | E | EF | 41 | 3C |
| Octal | 127 | 131 | 333 | 74 | 73 | 0 | 16 | 357 | 101 | 74 |
| Binary | 1010111 | 1011001 | 11011011 | 111100 | 111011 | 0 | 1110 | 11101111 | 1000001 | 111100 |
Color Harmonies of #5759DB
Complementary color
Monochromatic Colors of #5759DB
Black with #5759DB
Text Example
Text Example
White with #5759DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5759DB; }
p { color: rgb(87,89,219); }
H1.HeaderClassName
{
color: #5759DB;
}
.AnyTagClassName
{
color: #5759DB;
}
</style>
background-color css
<style>
a { background-color: #5759DB; }
a { background-color: rgb(87,89,219); }
div.DivClassName
{
background-color: #5759DB;
}
.BgClassName
{
background-color: #5759DB;
}
</style>
border-color css
<style>
span { border-color: #5759DB; }
span { border-color: rgb(87,89,219); }
td.TdClassName
{
border-color: #5759DB;
}
.TagClassName
{
border-color: #5759DB;
}
</style>