Shades of Slate Blue #5246CC
Tints of Slate Blue #5246CC
RGB
CMYK
RGB Variations
Color information
#5246CC (or 0x5246CC) is known color: Slate Blue. HEX triplet: 52, 46 and CC. RGB value is (82,70,204). Sum of RGB (Red+Green+Blue) = 82+70+204=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #5246CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5246CC is #ADB933. Grayscale: #585858. Windows color (decimal): -11385140 or 13387346. OLE color: 13387346.
HSL color Cylindrical-coordinate representation of color #5246CC: hue angle of 245.37º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5246CC is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 70 | 204 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.2 |
| HSL | 245.37º | 0.57% | 0.54% | - |
| HSV(B) | 245.37º | 0.66% | 0.8% | - |
| XYZ | 16.57 | 10.53 | 58.29 | - |
| YUV | 88.86 | 192.98 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 70 | 204 | 0.60 | 0.66 | 0 | 0.2 | 245.37 | 0.57 | 0.54 |
| Hex | 52 | 46 | CC | 3C | 42 | 0 | 14 | F5 | 39 | 36 |
| Octal | 122 | 106 | 314 | 74 | 102 | 0 | 24 | 365 | 71 | 66 |
| Binary | 1010010 | 1000110 | 11001100 | 111100 | 1000010 | 0 | 10100 | 11110101 | 111001 | 110110 |
Color Harmonies of #5246CC
Complementary color
Monochromatic Colors of #5246CC
Black with #5246CC
Text Example
Text Example
White with #5246CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5246CC; }
p { color: rgb(82,70,204); }
H1.HeaderClassName
{
color: #5246CC;
}
.AnyTagClassName
{
color: #5246CC;
}
</style>
background-color css
<style>
a { background-color: #5246CC; }
a { background-color: rgb(82,70,204); }
div.DivClassName
{
background-color: #5246CC;
}
.BgClassName
{
background-color: #5246CC;
}
</style>
border-color css
<style>
span { border-color: #5246CC; }
span { border-color: rgb(82,70,204); }
td.TdClassName
{
border-color: #5246CC;
}
.TagClassName
{
border-color: #5246CC;
}
</style>