Shades of Slate Blue #5958D7
Tints of Slate Blue #5958D7
RGB
CMYK
RGB Variations
Color information
#5958D7 (or 0x5958D7) is known color: Slate Blue. HEX triplet: 59, 58 and D7. RGB value is (89,88,215). Sum of RGB (Red+Green+Blue) = 89+88+215=392 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.70% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 215 (84.38% from 255 or 54.85% from 392); Max value from RGB is 215 - color contains mainly: blue. Hex color #5958D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5958D7 is #A6A728. Grayscale: #666666. Windows color (decimal): -10921769 or 14112857. OLE color: 14112857.
HSL color Cylindrical-coordinate representation of color #5958D7: hue angle of 240.47º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5958D7 is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 88 | 215 | - |
| CMYK | 0.59 | 0.59 | 0 | 0.16 |
| HSL | 240.47º | 0.61% | 0.59% | - |
| HSV(B) | 240.47º | 0.59% | 0.84% | - |
| XYZ | 19.88 | 14.01 | 65.95 | - |
| YUV | 102.78 | 191.33 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 88 | 215 | 0.59 | 0.59 | 0 | 0.16 | 240.47 | 0.61 | 0.59 |
| Hex | 59 | 58 | D7 | 3B | 3B | 0 | 10 | F0 | 3D | 3B |
| Octal | 131 | 130 | 327 | 73 | 73 | 0 | 20 | 360 | 75 | 73 |
| Binary | 1011001 | 1011000 | 11010111 | 111011 | 111011 | 0 | 10000 | 11110000 | 111101 | 111011 |
Color Harmonies of #5958D7
Complementary color
Monochromatic Colors of #5958D7
Black with #5958D7
Text Example
Text Example
White with #5958D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5958D7; }
p { color: rgb(89,88,215); }
H1.HeaderClassName
{
color: #5958D7;
}
.AnyTagClassName
{
color: #5958D7;
}
</style>
background-color css
<style>
a { background-color: #5958D7; }
a { background-color: rgb(89,88,215); }
div.DivClassName
{
background-color: #5958D7;
}
.BgClassName
{
background-color: #5958D7;
}
</style>
border-color css
<style>
span { border-color: #5958D7; }
span { border-color: rgb(89,88,215); }
td.TdClassName
{
border-color: #5958D7;
}
.TagClassName
{
border-color: #5958D7;
}
</style>