Shades of Slate Blue #5247DD
Tints of Slate Blue #5247DD
RGB
CMYK
RGB Variations
Color information
#5247DD (or 0x5247DD) is known color: Slate Blue. HEX triplet: 52, 47 and DD. RGB value is (82,71,221). Sum of RGB (Red+Green+Blue) = 82+71+221=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #5247DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5247DD is #ADB822. Grayscale: #5A5A5A. Windows color (decimal): -11384867 or 14501714. OLE color: 14501714.
HSL color Cylindrical-coordinate representation of color #5247DD: hue angle of 244.4º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5247DD is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 71 | 221 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.13 |
| HSL | 244.4º | 0.69% | 0.57% | - |
| HSV(B) | 244.4º | 0.68% | 0.87% | - |
| XYZ | 18.78 | 11.52 | 69.64 | - |
| YUV | 91.39 | 201.14 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 71 | 221 | 0.63 | 0.68 | 0 | 0.13 | 244.4 | 0.69 | 0.57 |
| Hex | 52 | 47 | DD | 3F | 44 | 0 | D | F4 | 45 | 39 |
| Octal | 122 | 107 | 335 | 77 | 104 | 0 | 15 | 364 | 105 | 71 |
| Binary | 1010010 | 1000111 | 11011101 | 111111 | 1000100 | 0 | 1101 | 11110100 | 1000101 | 111001 |
Color Harmonies of #5247DD
Complementary color
Monochromatic Colors of #5247DD
Black with #5247DD
Text Example
Text Example
White with #5247DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5247DD; }
p { color: rgb(82,71,221); }
H1.HeaderClassName
{
color: #5247DD;
}
.AnyTagClassName
{
color: #5247DD;
}
</style>
background-color css
<style>
a { background-color: #5247DD; }
a { background-color: rgb(82,71,221); }
div.DivClassName
{
background-color: #5247DD;
}
.BgClassName
{
background-color: #5247DD;
}
</style>
border-color css
<style>
span { border-color: #5247DD; }
span { border-color: rgb(82,71,221); }
td.TdClassName
{
border-color: #5247DD;
}
.TagClassName
{
border-color: #5247DD;
}
</style>