Shades of Slate Blue #5958CA
Tints of Slate Blue #5958CA
RGB
CMYK
RGB Variations
Color information
#5958CA (or 0x5958CA) is known color: Slate Blue. HEX triplet: 59, 58 and CA. RGB value is (89,88,202). Sum of RGB (Red+Green+Blue) = 89+88+202=379 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.48% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #5958CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5958CA is #A6A735. Grayscale: #646464. Windows color (decimal): -10921782 or 13260889. OLE color: 13260889.
HSL color Cylindrical-coordinate representation of color #5958CA: hue angle of 240.53º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5958CA is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 89 | 88 | 202 | - |
| CMYK | 0.56 | 0.56 | 0 | 0.21 |
| HSL | 240.53º | 0.52% | 0.57% | - |
| HSV(B) | 240.53º | 0.56% | 0.79% | - |
| XYZ | 18.27 | 13.37 | 57.49 | - |
| YUV | 101.3 | 184.83 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 88 | 202 | 0.56 | 0.56 | 0 | 0.21 | 240.53 | 0.52 | 0.57 |
| Hex | 59 | 58 | CA | 38 | 38 | 0 | 15 | F1 | 34 | 39 |
| Octal | 131 | 130 | 312 | 70 | 70 | 0 | 25 | 361 | 64 | 71 |
| Binary | 1011001 | 1011000 | 11001010 | 111000 | 111000 | 0 | 10101 | 11110001 | 110100 | 111001 |
Color Harmonies of #5958CA
Complementary color
Monochromatic Colors of #5958CA
Black with #5958CA
Text Example
Text Example
White with #5958CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5958CA; }
p { color: rgb(89,88,202); }
H1.HeaderClassName
{
color: #5958CA;
}
.AnyTagClassName
{
color: #5958CA;
}
</style>
background-color css
<style>
a { background-color: #5958CA; }
a { background-color: rgb(89,88,202); }
div.DivClassName
{
background-color: #5958CA;
}
.BgClassName
{
background-color: #5958CA;
}
</style>
border-color css
<style>
span { border-color: #5958CA; }
span { border-color: rgb(89,88,202); }
td.TdClassName
{
border-color: #5958CA;
}
.TagClassName
{
border-color: #5958CA;
}
</style>