Shades of Slate Blue #5948DE
Tints of Slate Blue #5948DE
RGB
CMYK
RGB Variations
Color information
#5948DE (or 0x5948DE) is known color: Slate Blue. HEX triplet: 59, 48 and DE. RGB value is (89,72,222). Sum of RGB (Red+Green+Blue) = 89+72+222=383 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.24% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 222 (87.11% from 255 or 57.96% from 383); Max value from RGB is 222 - color contains mainly: blue. Hex color #5948DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5948DE is #A6B721. Grayscale: #5D5D5D. Windows color (decimal): -10925858 or 14567513. OLE color: 14567513.
HSL color Cylindrical-coordinate representation of color #5948DE: hue angle of 246.8º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5948DE is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 72 | 222 | - |
| CMYK | 0.60 | 0.68 | 0 | 0.13 |
| HSL | 246.8º | 0.69% | 0.58% | - |
| HSV(B) | 246.8º | 0.68% | 0.87% | - |
| XYZ | 19.62 | 12.03 | 70.4 | - |
| YUV | 94.18 | 200.13 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 72 | 222 | 0.60 | 0.68 | 0 | 0.13 | 246.8 | 0.69 | 0.58 |
| Hex | 59 | 48 | DE | 3C | 44 | 0 | D | F7 | 45 | 3A |
| Octal | 131 | 110 | 336 | 74 | 104 | 0 | 15 | 367 | 105 | 72 |
| Binary | 1011001 | 1001000 | 11011110 | 111100 | 1000100 | 0 | 1101 | 11110111 | 1000101 | 111010 |
Color Harmonies of #5948DE
Complementary color
Monochromatic Colors of #5948DE
Black with #5948DE
Text Example
Text Example
White with #5948DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5948DE; }
p { color: rgb(89,72,222); }
H1.HeaderClassName
{
color: #5948DE;
}
.AnyTagClassName
{
color: #5948DE;
}
</style>
background-color css
<style>
a { background-color: #5948DE; }
a { background-color: rgb(89,72,222); }
div.DivClassName
{
background-color: #5948DE;
}
.BgClassName
{
background-color: #5948DE;
}
</style>
border-color css
<style>
span { border-color: #5948DE; }
span { border-color: rgb(89,72,222); }
td.TdClassName
{
border-color: #5948DE;
}
.TagClassName
{
border-color: #5948DE;
}
</style>