Shades of Slate Blue #5954D8
Tints of Slate Blue #5954D8
RGB
CMYK
RGB Variations
Color information
#5954D8 (or 0x5954D8) is known color: Slate Blue. HEX triplet: 59, 54 and D8. RGB value is (89,84,216). Sum of RGB (Red+Green+Blue) = 89+84+216=389 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.88% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 216 (84.77% from 255 or 55.53% from 389); Max value from RGB is 216 - color contains mainly: blue. Hex color #5954D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5954D8 is #A6AB27. Grayscale: #646464. Windows color (decimal): -10922792 or 14177369. OLE color: 14177369.
HSL color Cylindrical-coordinate representation of color #5954D8: hue angle of 242.27º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5954D8 is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 89 | 84 | 216 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.15 |
| HSL | 242.27º | 0.63% | 0.59% | - |
| HSV(B) | 242.27º | 0.61% | 0.85% | - |
| XYZ | 19.68 | 13.42 | 66.52 | - |
| YUV | 100.54 | 193.16 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 84 | 216 | 0.59 | 0.61 | 0 | 0.15 | 242.27 | 0.63 | 0.59 |
| Hex | 59 | 54 | D8 | 3B | 3D | 0 | F | F2 | 3F | 3B |
| Octal | 131 | 124 | 330 | 73 | 75 | 0 | 17 | 362 | 77 | 73 |
| Binary | 1011001 | 1010100 | 11011000 | 111011 | 111101 | 0 | 1111 | 11110010 | 111111 | 111011 |
Color Harmonies of #5954D8
Complementary color
Monochromatic Colors of #5954D8
Black with #5954D8
Text Example
Text Example
White with #5954D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5954D8; }
p { color: rgb(89,84,216); }
H1.HeaderClassName
{
color: #5954D8;
}
.AnyTagClassName
{
color: #5954D8;
}
</style>
background-color css
<style>
a { background-color: #5954D8; }
a { background-color: rgb(89,84,216); }
div.DivClassName
{
background-color: #5954D8;
}
.BgClassName
{
background-color: #5954D8;
}
</style>
border-color css
<style>
span { border-color: #5954D8; }
span { border-color: rgb(89,84,216); }
td.TdClassName
{
border-color: #5954D8;
}
.TagClassName
{
border-color: #5954D8;
}
</style>