Shades of Slate Blue #5963CD
Tints of Slate Blue #5963CD
RGB
CMYK
RGB Variations
Color information
#5963CD (or 0x5963CD) is known color: Slate Blue. HEX triplet: 59, 63 and CD. RGB value is (89,99,205). Sum of RGB (Red+Green+Blue) = 89+99+205=393 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.65% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #5963CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5963CD is #A69C32. Grayscale: #6B6B6B. Windows color (decimal): -10918963 or 13460313. OLE color: 13460313.
HSL color Cylindrical-coordinate representation of color #5963CD: hue angle of 234.83º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5963CD is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 99 | 205 | - |
| CMYK | 0.57 | 0.52 | 0 | 0.20 |
| HSL | 234.83º | 0.54% | 0.58% | - |
| HSV(B) | 234.83º | 0.57% | 0.8% | - |
| XYZ | 19.6 | 15.46 | 59.71 | - |
| YUV | 108.09 | 182.69 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 99 | 205 | 0.57 | 0.52 | 0 | 0.20 | 234.83 | 0.54 | 0.58 |
| Hex | 59 | 63 | CD | 39 | 34 | 0 | 14 | EB | 36 | 3A |
| Octal | 131 | 143 | 315 | 71 | 64 | 0 | 24 | 353 | 66 | 72 |
| Binary | 1011001 | 1100011 | 11001101 | 111001 | 110100 | 0 | 10100 | 11101011 | 110110 | 111010 |
Color Harmonies of #5963CD
Complementary color
Monochromatic Colors of #5963CD
Black with #5963CD
Text Example
Text Example
White with #5963CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5963CD; }
p { color: rgb(89,99,205); }
H1.HeaderClassName
{
color: #5963CD;
}
.AnyTagClassName
{
color: #5963CD;
}
</style>
background-color css
<style>
a { background-color: #5963CD; }
a { background-color: rgb(89,99,205); }
div.DivClassName
{
background-color: #5963CD;
}
.BgClassName
{
background-color: #5963CD;
}
</style>
border-color css
<style>
span { border-color: #5963CD; }
span { border-color: rgb(89,99,205); }
td.TdClassName
{
border-color: #5963CD;
}
.TagClassName
{
border-color: #5963CD;
}
</style>