Shades of Slate Blue #5958DD
Tints of Slate Blue #5958DD
RGB
CMYK
RGB Variations
Color information
#5958DD (or 0x5958DD) is known color: Slate Blue. HEX triplet: 59, 58 and DD. RGB value is (89,88,221). Sum of RGB (Red+Green+Blue) = 89+88+221=398 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.36% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #5958DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5958DD is #A6A722. Grayscale: #666666. Windows color (decimal): -10921763 or 14506073. OLE color: 14506073.
HSL color Cylindrical-coordinate representation of color #5958DD: hue angle of 240.45º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5958DD is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 88 | 221 | - |
| CMYK | 0.60 | 0.60 | 0 | 0.13 |
| HSL | 240.45º | 0.66% | 0.61% | - |
| HSV(B) | 240.45º | 0.6% | 0.87% | - |
| XYZ | 20.66 | 14.32 | 70.08 | - |
| YUV | 103.46 | 194.33 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 88 | 221 | 0.60 | 0.60 | 0 | 0.13 | 240.45 | 0.66 | 0.61 |
| Hex | 59 | 58 | DD | 3C | 3C | 0 | D | F0 | 42 | 3D |
| Octal | 131 | 130 | 335 | 74 | 74 | 0 | 15 | 360 | 102 | 75 |
| Binary | 1011001 | 1011000 | 11011101 | 111100 | 111100 | 0 | 1101 | 11110000 | 1000010 | 111101 |
Color Harmonies of #5958DD
Complementary color
Monochromatic Colors of #5958DD
Black with #5958DD
Text Example
Text Example
White with #5958DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5958DD; }
p { color: rgb(89,88,221); }
H1.HeaderClassName
{
color: #5958DD;
}
.AnyTagClassName
{
color: #5958DD;
}
</style>
background-color css
<style>
a { background-color: #5958DD; }
a { background-color: rgb(89,88,221); }
div.DivClassName
{
background-color: #5958DD;
}
.BgClassName
{
background-color: #5958DD;
}
</style>
border-color css
<style>
span { border-color: #5958DD; }
span { border-color: rgb(89,88,221); }
td.TdClassName
{
border-color: #5958DD;
}
.TagClassName
{
border-color: #5958DD;
}
</style>