Shades of Slate Blue #5244D0
Tints of Slate Blue #5244D0
RGB
CMYK
RGB Variations
Color information
#5244D0 (or 0x5244D0) is known color: Slate Blue. HEX triplet: 52, 44 and D0. RGB value is (82,68,208). Sum of RGB (Red+Green+Blue) = 82+68+208=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 208 (81.64% from 255 or 58.10% from 358); Max value from RGB is 208 - color contains mainly: blue. Hex color #5244D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5244D0 is #ADBB2F. Grayscale: #575757. Windows color (decimal): -11385648 or 13648978. OLE color: 13648978.
HSL color Cylindrical-coordinate representation of color #5244D0: hue angle of 246º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5244D0 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 68 | 208 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.18 |
| HSL | 246º | 0.6% | 0.54% | - |
| HSV(B) | 246º | 0.67% | 0.82% | - |
| XYZ | 16.93 | 10.48 | 60.81 | - |
| YUV | 88.15 | 195.64 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 68 | 208 | 0.61 | 0.67 | 0 | 0.18 | 246 | 0.6 | 0.54 |
| Hex | 52 | 44 | D0 | 3D | 43 | 0 | 12 | F6 | 3C | 36 |
| Octal | 122 | 104 | 320 | 75 | 103 | 0 | 22 | 366 | 74 | 66 |
| Binary | 1010010 | 1000100 | 11010000 | 111101 | 1000011 | 0 | 10010 | 11110110 | 111100 | 110110 |
Color Harmonies of #5244D0
Complementary color
Monochromatic Colors of #5244D0
Black with #5244D0
Text Example
Text Example
White with #5244D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5244D0; }
p { color: rgb(82,68,208); }
H1.HeaderClassName
{
color: #5244D0;
}
.AnyTagClassName
{
color: #5244D0;
}
</style>
background-color css
<style>
a { background-color: #5244D0; }
a { background-color: rgb(82,68,208); }
div.DivClassName
{
background-color: #5244D0;
}
.BgClassName
{
background-color: #5244D0;
}
</style>
border-color css
<style>
span { border-color: #5244D0; }
span { border-color: rgb(82,68,208); }
td.TdClassName
{
border-color: #5244D0;
}
.TagClassName
{
border-color: #5244D0;
}
</style>