Shades of Slate Blue #5953DD
Tints of Slate Blue #5953DD
RGB
CMYK
RGB Variations
Color information
#5953DD (or 0x5953DD) is known color: Slate Blue. HEX triplet: 59, 53 and DD. RGB value is (89,83,221). Sum of RGB (Red+Green+Blue) = 89+83+221=393 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.65% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #5953DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5953DD is #A6AC22. Grayscale: #636363. Windows color (decimal): -10923043 or 14504793. OLE color: 14504793.
HSL color Cylindrical-coordinate representation of color #5953DD: hue angle of 242.61º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5953DD is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 83 | 221 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.13 |
| HSL | 242.61º | 0.67% | 0.6% | - |
| HSV(B) | 242.61º | 0.62% | 0.87% | - |
| XYZ | 20.26 | 13.53 | 69.95 | - |
| YUV | 100.53 | 195.99 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 83 | 221 | 0.60 | 0.62 | 0 | 0.13 | 242.61 | 0.67 | 0.6 |
| Hex | 59 | 53 | DD | 3C | 3E | 0 | D | F3 | 43 | 3C |
| Octal | 131 | 123 | 335 | 74 | 76 | 0 | 15 | 363 | 103 | 74 |
| Binary | 1011001 | 1010011 | 11011101 | 111100 | 111110 | 0 | 1101 | 11110011 | 1000011 | 111100 |
Color Harmonies of #5953DD
Complementary color
Monochromatic Colors of #5953DD
Black with #5953DD
Text Example
Text Example
White with #5953DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5953DD; }
p { color: rgb(89,83,221); }
H1.HeaderClassName
{
color: #5953DD;
}
.AnyTagClassName
{
color: #5953DD;
}
</style>
background-color css
<style>
a { background-color: #5953DD; }
a { background-color: rgb(89,83,221); }
div.DivClassName
{
background-color: #5953DD;
}
.BgClassName
{
background-color: #5953DD;
}
</style>
border-color css
<style>
span { border-color: #5953DD; }
span { border-color: rgb(89,83,221); }
td.TdClassName
{
border-color: #5953DD;
}
.TagClassName
{
border-color: #5953DD;
}
</style>