Shades of Slate Blue #5953CD
Tints of Slate Blue #5953CD
RGB
CMYK
RGB Variations
Color information
#5953CD (or 0x5953CD) is known color: Slate Blue. HEX triplet: 59, 53 and CD. RGB value is (89,83,205). Sum of RGB (Red+Green+Blue) = 89+83+205=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #5953CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5953CD is #A6AC32. Grayscale: #626262. Windows color (decimal): -10923059 or 13456217. OLE color: 13456217.
HSL color Cylindrical-coordinate representation of color #5953CD: hue angle of 242.95º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5953CD is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 83 | 205 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.20 |
| HSL | 242.95º | 0.55% | 0.56% | - |
| HSV(B) | 242.95º | 0.6% | 0.8% | - |
| XYZ | 18.23 | 12.72 | 59.25 | - |
| YUV | 98.7 | 187.99 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 83 | 205 | 0.57 | 0.60 | 0 | 0.20 | 242.95 | 0.55 | 0.56 |
| Hex | 59 | 53 | CD | 39 | 3C | 0 | 14 | F3 | 37 | 38 |
| Octal | 131 | 123 | 315 | 71 | 74 | 0 | 24 | 363 | 67 | 70 |
| Binary | 1011001 | 1010011 | 11001101 | 111001 | 111100 | 0 | 10100 | 11110011 | 110111 | 111000 |
Color Harmonies of #5953CD
Complementary color
Monochromatic Colors of #5953CD
Black with #5953CD
Text Example
Text Example
White with #5953CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5953CD; }
p { color: rgb(89,83,205); }
H1.HeaderClassName
{
color: #5953CD;
}
.AnyTagClassName
{
color: #5953CD;
}
</style>
background-color css
<style>
a { background-color: #5953CD; }
a { background-color: rgb(89,83,205); }
div.DivClassName
{
background-color: #5953CD;
}
.BgClassName
{
background-color: #5953CD;
}
</style>
border-color css
<style>
span { border-color: #5953CD; }
span { border-color: rgb(89,83,205); }
td.TdClassName
{
border-color: #5953CD;
}
.TagClassName
{
border-color: #5953CD;
}
</style>