Shades of Slate Blue #5949C9
Tints of Slate Blue #5949C9
RGB
CMYK
RGB Variations
Color information
#5949C9 (or 0x5949C9) is known color: Slate Blue. HEX triplet: 59, 49 and C9. RGB value is (89,73,201). Sum of RGB (Red+Green+Blue) = 89+73+201=363 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.52% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 201 (78.91% from 255 or 55.37% from 363); Max value from RGB is 201 - color contains mainly: blue. Hex color #5949C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5949C9 is #A6B636. Grayscale: #5B5B5B. Windows color (decimal): -10925623 or 13191513. OLE color: 13191513.
HSL color Cylindrical-coordinate representation of color #5949C9: hue angle of 247.5º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5949C9 is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 89 | 73 | 201 | - |
| CMYK | 0.56 | 0.64 | 0 | 0.21 |
| HSL | 247.5º | 0.54% | 0.54% | - |
| HSV(B) | 247.5º | 0.64% | 0.79% | - |
| XYZ | 17.04 | 11.11 | 56.5 | - |
| YUV | 92.38 | 189.3 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 73 | 201 | 0.56 | 0.64 | 0 | 0.21 | 247.5 | 0.54 | 0.54 |
| Hex | 59 | 49 | C9 | 38 | 40 | 0 | 15 | F8 | 36 | 36 |
| Octal | 131 | 111 | 311 | 70 | 100 | 0 | 25 | 370 | 66 | 66 |
| Binary | 1011001 | 1001001 | 11001001 | 111000 | 1000000 | 0 | 10101 | 11111000 | 110110 | 110110 |
Color Harmonies of #5949C9
Complementary color
Monochromatic Colors of #5949C9
Black with #5949C9
Text Example
Text Example
White with #5949C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5949C9; }
p { color: rgb(89,73,201); }
H1.HeaderClassName
{
color: #5949C9;
}
.AnyTagClassName
{
color: #5949C9;
}
</style>
background-color css
<style>
a { background-color: #5949C9; }
a { background-color: rgb(89,73,201); }
div.DivClassName
{
background-color: #5949C9;
}
.BgClassName
{
background-color: #5949C9;
}
</style>
border-color css
<style>
span { border-color: #5949C9; }
span { border-color: rgb(89,73,201); }
td.TdClassName
{
border-color: #5949C9;
}
.TagClassName
{
border-color: #5949C9;
}
</style>