Shades of Slate Blue #5248CC
Tints of Slate Blue #5248CC
RGB
CMYK
RGB Variations
Color information
#5248CC (or 0x5248CC) is known color: Slate Blue. HEX triplet: 52, 48 and CC. RGB value is (82,72,204). Sum of RGB (Red+Green+Blue) = 82+72+204=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #5248CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5248CC is #ADB733. Grayscale: #595959. Windows color (decimal): -11384628 or 13387858. OLE color: 13387858.
HSL color Cylindrical-coordinate representation of color #5248CC: hue angle of 244.55º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5248CC is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 72 | 204 | - |
| CMYK | 0.60 | 0.65 | 0 | 0.2 |
| HSL | 244.55º | 0.56% | 0.54% | - |
| HSV(B) | 244.55º | 0.65% | 0.8% | - |
| XYZ | 16.7 | 10.79 | 58.33 | - |
| YUV | 90.04 | 192.31 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 72 | 204 | 0.60 | 0.65 | 0 | 0.2 | 244.55 | 0.56 | 0.54 |
| Hex | 52 | 48 | CC | 3C | 41 | 0 | 14 | F5 | 38 | 36 |
| Octal | 122 | 110 | 314 | 74 | 101 | 0 | 24 | 365 | 70 | 66 |
| Binary | 1010010 | 1001000 | 11001100 | 111100 | 1000001 | 0 | 10100 | 11110101 | 111000 | 110110 |
Color Harmonies of #5248CC
Complementary color
Monochromatic Colors of #5248CC
Black with #5248CC
Text Example
Text Example
White with #5248CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5248CC; }
p { color: rgb(82,72,204); }
H1.HeaderClassName
{
color: #5248CC;
}
.AnyTagClassName
{
color: #5248CC;
}
</style>
background-color css
<style>
a { background-color: #5248CC; }
a { background-color: rgb(82,72,204); }
div.DivClassName
{
background-color: #5248CC;
}
.BgClassName
{
background-color: #5248CC;
}
</style>
border-color css
<style>
span { border-color: #5248CC; }
span { border-color: rgb(82,72,204); }
td.TdClassName
{
border-color: #5248CC;
}
.TagClassName
{
border-color: #5248CC;
}
</style>