Shades of Slate Blue #5948DC
Tints of Slate Blue #5948DC
RGB
CMYK
RGB Variations
Color information
#5948DC (or 0x5948DC) is known color: Slate Blue. HEX triplet: 59, 48 and DC. RGB value is (89,72,220). Sum of RGB (Red+Green+Blue) = 89+72+220=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #5948DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5948DC is #A6B723. Grayscale: #5D5D5D. Windows color (decimal): -10925860 or 14436441. OLE color: 14436441.
HSL color Cylindrical-coordinate representation of color #5948DC: hue angle of 246.89º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5948DC is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 72 | 220 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.14 |
| HSL | 246.89º | 0.68% | 0.57% | - |
| HSV(B) | 246.89º | 0.67% | 0.86% | - |
| XYZ | 19.36 | 11.93 | 68.99 | - |
| YUV | 93.96 | 199.13 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 72 | 220 | 0.60 | 0.67 | 0 | 0.14 | 246.89 | 0.68 | 0.57 |
| Hex | 59 | 48 | DC | 3C | 43 | 0 | E | F7 | 44 | 39 |
| Octal | 131 | 110 | 334 | 74 | 103 | 0 | 16 | 367 | 104 | 71 |
| Binary | 1011001 | 1001000 | 11011100 | 111100 | 1000011 | 0 | 1110 | 11110111 | 1000100 | 111001 |
Color Harmonies of #5948DC
Complementary color
Monochromatic Colors of #5948DC
Black with #5948DC
Text Example
Text Example
White with #5948DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5948DC; }
p { color: rgb(89,72,220); }
H1.HeaderClassName
{
color: #5948DC;
}
.AnyTagClassName
{
color: #5948DC;
}
</style>
background-color css
<style>
a { background-color: #5948DC; }
a { background-color: rgb(89,72,220); }
div.DivClassName
{
background-color: #5948DC;
}
.BgClassName
{
background-color: #5948DC;
}
</style>
border-color css
<style>
span { border-color: #5948DC; }
span { border-color: rgb(89,72,220); }
td.TdClassName
{
border-color: #5948DC;
}
.TagClassName
{
border-color: #5948DC;
}
</style>