Shades of Slate Blue #5244DC
Tints of Slate Blue #5244DC
RGB
CMYK
RGB Variations
Color information
#5244DC (or 0x5244DC) is known color: Slate Blue. HEX triplet: 52, 44 and DC. RGB value is (82,68,220). Sum of RGB (Red+Green+Blue) = 82+68+220=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #5244DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5244DC is #ADBB23. Grayscale: #585858. Windows color (decimal): -11385636 or 14435410. OLE color: 14435410.
HSL color Cylindrical-coordinate representation of color #5244DC: hue angle of 245.53º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5244DC is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 68 | 220 | - |
| CMYK | 0.63 | 0.69 | 0 | 0.14 |
| HSL | 245.53º | 0.68% | 0.56% | - |
| HSV(B) | 245.53º | 0.69% | 0.86% | - |
| XYZ | 18.47 | 11.1 | 68.88 | - |
| YUV | 89.51 | 201.64 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 68 | 220 | 0.63 | 0.69 | 0 | 0.14 | 245.53 | 0.68 | 0.56 |
| Hex | 52 | 44 | DC | 3F | 45 | 0 | E | F6 | 44 | 38 |
| Octal | 122 | 104 | 334 | 77 | 105 | 0 | 16 | 366 | 104 | 70 |
| Binary | 1010010 | 1000100 | 11011100 | 111111 | 1000101 | 0 | 1110 | 11110110 | 1000100 | 111000 |
Color Harmonies of #5244DC
Complementary color
Monochromatic Colors of #5244DC
Black with #5244DC
Text Example
Text Example
White with #5244DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5244DC; }
p { color: rgb(82,68,220); }
H1.HeaderClassName
{
color: #5244DC;
}
.AnyTagClassName
{
color: #5244DC;
}
</style>
background-color css
<style>
a { background-color: #5244DC; }
a { background-color: rgb(82,68,220); }
div.DivClassName
{
background-color: #5244DC;
}
.BgClassName
{
background-color: #5244DC;
}
</style>
border-color css
<style>
span { border-color: #5244DC; }
span { border-color: rgb(82,68,220); }
td.TdClassName
{
border-color: #5244DC;
}
.TagClassName
{
border-color: #5244DC;
}
</style>