Shades of Slate Blue #5947DA
Tints of Slate Blue #5947DA
RGB
CMYK
RGB Variations
Color information
#5947DA (or 0x5947DA) is known color: Slate Blue. HEX triplet: 59, 47 and DA. RGB value is (89,71,218). Sum of RGB (Red+Green+Blue) = 89+71+218=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #5947DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5947DA is #A6B825. Grayscale: #5C5C5C. Windows color (decimal): -10926118 or 14305113. OLE color: 14305113.
HSL color Cylindrical-coordinate representation of color #5947DA: hue angle of 247.35º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5947DA is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 89 | 71 | 218 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.15 |
| HSL | 247.35º | 0.67% | 0.57% | - |
| HSV(B) | 247.35º | 0.67% | 0.85% | - |
| XYZ | 19.03 | 11.69 | 67.58 | - |
| YUV | 93.14 | 198.46 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 71 | 218 | 0.59 | 0.67 | 0 | 0.15 | 247.35 | 0.67 | 0.57 |
| Hex | 59 | 47 | DA | 3B | 43 | 0 | F | F7 | 43 | 39 |
| Octal | 131 | 107 | 332 | 73 | 103 | 0 | 17 | 367 | 103 | 71 |
| Binary | 1011001 | 1000111 | 11011010 | 111011 | 1000011 | 0 | 1111 | 11110111 | 1000011 | 111001 |
Color Harmonies of #5947DA
Complementary color
Monochromatic Colors of #5947DA
Black with #5947DA
Text Example
Text Example
White with #5947DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5947DA; }
p { color: rgb(89,71,218); }
H1.HeaderClassName
{
color: #5947DA;
}
.AnyTagClassName
{
color: #5947DA;
}
</style>
background-color css
<style>
a { background-color: #5947DA; }
a { background-color: rgb(89,71,218); }
div.DivClassName
{
background-color: #5947DA;
}
.BgClassName
{
background-color: #5947DA;
}
</style>
border-color css
<style>
span { border-color: #5947DA; }
span { border-color: rgb(89,71,218); }
td.TdClassName
{
border-color: #5947DA;
}
.TagClassName
{
border-color: #5947DA;
}
</style>