Shades of Slate Blue #5244CE
Tints of Slate Blue #5244CE
RGB
CMYK
RGB Variations
Color information
#5244CE (or 0x5244CE) is known color: Slate Blue. HEX triplet: 52, 44 and CE. RGB value is (82,68,206). Sum of RGB (Red+Green+Blue) = 82+68+206=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #5244CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5244CE is #ADBB31. Grayscale: #575757. Windows color (decimal): -11385650 or 13517906. OLE color: 13517906.
HSL color Cylindrical-coordinate representation of color #5244CE: hue angle of 246.09º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5244CE is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 68 | 206 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.19 |
| HSL | 246.09º | 0.58% | 0.54% | - |
| HSV(B) | 246.09º | 0.67% | 0.81% | - |
| XYZ | 16.69 | 10.38 | 59.52 | - |
| YUV | 87.92 | 194.64 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 68 | 206 | 0.60 | 0.67 | 0 | 0.19 | 246.09 | 0.58 | 0.54 |
| Hex | 52 | 44 | CE | 3C | 43 | 0 | 13 | F6 | 3A | 36 |
| Octal | 122 | 104 | 316 | 74 | 103 | 0 | 23 | 366 | 72 | 66 |
| Binary | 1010010 | 1000100 | 11001110 | 111100 | 1000011 | 0 | 10011 | 11110110 | 111010 | 110110 |
Color Harmonies of #5244CE
Complementary color
Monochromatic Colors of #5244CE
Black with #5244CE
Text Example
Text Example
White with #5244CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5244CE; }
p { color: rgb(82,68,206); }
H1.HeaderClassName
{
color: #5244CE;
}
.AnyTagClassName
{
color: #5244CE;
}
</style>
background-color css
<style>
a { background-color: #5244CE; }
a { background-color: rgb(82,68,206); }
div.DivClassName
{
background-color: #5244CE;
}
.BgClassName
{
background-color: #5244CE;
}
</style>
border-color css
<style>
span { border-color: #5244CE; }
span { border-color: rgb(82,68,206); }
td.TdClassName
{
border-color: #5244CE;
}
.TagClassName
{
border-color: #5244CE;
}
</style>