Shades of Slate Blue #5961DB
Tints of Slate Blue #5961DB
RGB
CMYK
RGB Variations
Color information
#5961DB (or 0x5961DB) is known color: Slate Blue. HEX triplet: 59, 61 and DB. RGB value is (89,97,219). Sum of RGB (Red+Green+Blue) = 89+97+219=405 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.98% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #5961DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5961DB is #A69E24. Grayscale: #6C6C6C. Windows color (decimal): -10919461 or 14377305. OLE color: 14377305.
HSL color Cylindrical-coordinate representation of color #5961DB: hue angle of 236.31º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5961DB is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 97 | 219 | - |
| CMYK | 0.59 | 0.56 | 0 | 0.14 |
| HSL | 236.31º | 0.64% | 0.6% | - |
| HSV(B) | 236.31º | 0.59% | 0.86% | - |
| XYZ | 21.18 | 15.79 | 68.95 | - |
| YUV | 108.52 | 190.35 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 97 | 219 | 0.59 | 0.56 | 0 | 0.14 | 236.31 | 0.64 | 0.6 |
| Hex | 59 | 61 | DB | 3B | 38 | 0 | E | EC | 40 | 3C |
| Octal | 131 | 141 | 333 | 73 | 70 | 0 | 16 | 354 | 100 | 74 |
| Binary | 1011001 | 1100001 | 11011011 | 111011 | 111000 | 0 | 1110 | 11101100 | 1000000 | 111100 |
Color Harmonies of #5961DB
Complementary color
Monochromatic Colors of #5961DB
Black with #5961DB
Text Example
Text Example
White with #5961DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5961DB; }
p { color: rgb(89,97,219); }
H1.HeaderClassName
{
color: #5961DB;
}
.AnyTagClassName
{
color: #5961DB;
}
</style>
background-color css
<style>
a { background-color: #5961DB; }
a { background-color: rgb(89,97,219); }
div.DivClassName
{
background-color: #5961DB;
}
.BgClassName
{
background-color: #5961DB;
}
</style>
border-color css
<style>
span { border-color: #5961DB; }
span { border-color: rgb(89,97,219); }
td.TdClassName
{
border-color: #5961DB;
}
.TagClassName
{
border-color: #5961DB;
}
</style>