Shades of Slate Blue #5953DC
Tints of Slate Blue #5953DC
RGB
CMYK
RGB Variations
Color information
#5953DC (or 0x5953DC) is known color: Slate Blue. HEX triplet: 59, 53 and DC. RGB value is (89,83,220). Sum of RGB (Red+Green+Blue) = 89+83+220=392 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.70% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #5953DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5953DC is #A6AC23. Grayscale: #636363. Windows color (decimal): -10923044 or 14439257. OLE color: 14439257.
HSL color Cylindrical-coordinate representation of color #5953DC: hue angle of 242.63º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5953DC is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 83 | 220 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.14 |
| HSL | 242.63º | 0.66% | 0.59% | - |
| HSV(B) | 242.63º | 0.62% | 0.86% | - |
| XYZ | 20.13 | 13.48 | 69.25 | - |
| YUV | 100.41 | 195.49 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 83 | 220 | 0.60 | 0.62 | 0 | 0.14 | 242.63 | 0.66 | 0.59 |
| Hex | 59 | 53 | DC | 3C | 3E | 0 | E | F3 | 42 | 3B |
| Octal | 131 | 123 | 334 | 74 | 76 | 0 | 16 | 363 | 102 | 73 |
| Binary | 1011001 | 1010011 | 11011100 | 111100 | 111110 | 0 | 1110 | 11110011 | 1000010 | 111011 |
Color Harmonies of #5953DC
Complementary color
Monochromatic Colors of #5953DC
Black with #5953DC
Text Example
Text Example
White with #5953DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5953DC; }
p { color: rgb(89,83,220); }
H1.HeaderClassName
{
color: #5953DC;
}
.AnyTagClassName
{
color: #5953DC;
}
</style>
background-color css
<style>
a { background-color: #5953DC; }
a { background-color: rgb(89,83,220); }
div.DivClassName
{
background-color: #5953DC;
}
.BgClassName
{
background-color: #5953DC;
}
</style>
border-color css
<style>
span { border-color: #5953DC; }
span { border-color: rgb(89,83,220); }
td.TdClassName
{
border-color: #5953DC;
}
.TagClassName
{
border-color: #5953DC;
}
</style>