Shades of Slate Blue #5947DF
Tints of Slate Blue #5947DF
RGB
CMYK
RGB Variations
Color information
#5947DF (or 0x5947DF) is known color: Slate Blue. HEX triplet: 59, 47 and DF. RGB value is (89,71,223). Sum of RGB (Red+Green+Blue) = 89+71+223=383 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.24% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #5947DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5947DF is #A6B820. Grayscale: #5D5D5D. Windows color (decimal): -10926113 or 14632793. OLE color: 14632793.
HSL color Cylindrical-coordinate representation of color #5947DF: hue angle of 247.11º degrees, saturation: 0.7, 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 #5947DF is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 71 | 223 | - |
| CMYK | 0.60 | 0.68 | 0 | 0.13 |
| HSL | 247.11º | 0.7% | 0.58% | - |
| HSV(B) | 247.11º | 0.68% | 0.87% | - |
| XYZ | 19.69 | 11.96 | 71.08 | - |
| YUV | 93.71 | 200.96 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 71 | 223 | 0.60 | 0.68 | 0 | 0.13 | 247.11 | 0.7 | 0.58 |
| Hex | 59 | 47 | DF | 3C | 44 | 0 | D | F7 | 46 | 3A |
| Octal | 131 | 107 | 337 | 74 | 104 | 0 | 15 | 367 | 106 | 72 |
| Binary | 1011001 | 1000111 | 11011111 | 111100 | 1000100 | 0 | 1101 | 11110111 | 1000110 | 111010 |
Color Harmonies of #5947DF
Complementary color
Monochromatic Colors of #5947DF
Black with #5947DF
Text Example
Text Example
White with #5947DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5947DF; }
p { color: rgb(89,71,223); }
H1.HeaderClassName
{
color: #5947DF;
}
.AnyTagClassName
{
color: #5947DF;
}
</style>
background-color css
<style>
a { background-color: #5947DF; }
a { background-color: rgb(89,71,223); }
div.DivClassName
{
background-color: #5947DF;
}
.BgClassName
{
background-color: #5947DF;
}
</style>
border-color css
<style>
span { border-color: #5947DF; }
span { border-color: rgb(89,71,223); }
td.TdClassName
{
border-color: #5947DF;
}
.TagClassName
{
border-color: #5947DF;
}
</style>