Shades of Slate Blue #5248DC
Tints of Slate Blue #5248DC
RGB
CMYK
RGB Variations
Color information
#5248DC (or 0x5248DC) is known color: Slate Blue. HEX triplet: 52, 48 and DC. RGB value is (82,72,220). Sum of RGB (Red+Green+Blue) = 82+72+220=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 220 (86.33% from 255 or 58.82% from 374); Max value from RGB is 220 - color contains mainly: blue. Hex color #5248DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5248DC is #ADB723. Grayscale: #5B5B5B. Windows color (decimal): -11384612 or 14436434. OLE color: 14436434.
HSL color Cylindrical-coordinate representation of color #5248DC: hue angle of 244.05º 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 #5248DC is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 72 | 220 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.14 |
| HSL | 244.05º | 0.68% | 0.57% | - |
| HSV(B) | 244.05º | 0.67% | 0.86% | - |
| XYZ | 18.72 | 11.6 | 68.96 | - |
| YUV | 91.86 | 200.31 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 72 | 220 | 0.63 | 0.67 | 0 | 0.14 | 244.05 | 0.68 | 0.57 |
| Hex | 52 | 48 | DC | 3F | 43 | 0 | E | F4 | 44 | 39 |
| Octal | 122 | 110 | 334 | 77 | 103 | 0 | 16 | 364 | 104 | 71 |
| Binary | 1010010 | 1001000 | 11011100 | 111111 | 1000011 | 0 | 1110 | 11110100 | 1000100 | 111001 |
Color Harmonies of #5248DC
Complementary color
Monochromatic Colors of #5248DC
Black with #5248DC
Text Example
Text Example
White with #5248DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5248DC; }
p { color: rgb(82,72,220); }
H1.HeaderClassName
{
color: #5248DC;
}
.AnyTagClassName
{
color: #5248DC;
}
</style>
background-color css
<style>
a { background-color: #5248DC; }
a { background-color: rgb(82,72,220); }
div.DivClassName
{
background-color: #5248DC;
}
.BgClassName
{
background-color: #5248DC;
}
</style>
border-color css
<style>
span { border-color: #5248DC; }
span { border-color: rgb(82,72,220); }
td.TdClassName
{
border-color: #5248DC;
}
.TagClassName
{
border-color: #5248DC;
}
</style>