Shades of Slate Blue #5245DC
Tints of Slate Blue #5245DC
RGB
CMYK
RGB Variations
Color information
#5245DC (or 0x5245DC) is known color: Slate Blue. HEX triplet: 52, 45 and DC. RGB value is (82,69,220). Sum of RGB (Red+Green+Blue) = 82+69+220=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #5245DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5245DC is #ADBA23. Grayscale: #595959. Windows color (decimal): -11385380 or 14435666. OLE color: 14435666.
HSL color Cylindrical-coordinate representation of color #5245DC: hue angle of 245.17º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5245DC is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 69 | 220 | - |
| CMYK | 0.63 | 0.69 | 0 | 0.14 |
| HSL | 245.17º | 0.68% | 0.57% | - |
| HSV(B) | 245.17º | 0.69% | 0.86% | - |
| XYZ | 18.53 | 11.22 | 68.9 | - |
| YUV | 90.1 | 201.31 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 69 | 220 | 0.63 | 0.69 | 0 | 0.14 | 245.17 | 0.68 | 0.57 |
| Hex | 52 | 45 | DC | 3F | 45 | 0 | E | F5 | 44 | 39 |
| Octal | 122 | 105 | 334 | 77 | 105 | 0 | 16 | 365 | 104 | 71 |
| Binary | 1010010 | 1000101 | 11011100 | 111111 | 1000101 | 0 | 1110 | 11110101 | 1000100 | 111001 |
Color Harmonies of #5245DC
Complementary color
Monochromatic Colors of #5245DC
Black with #5245DC
Text Example
Text Example
White with #5245DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5245DC; }
p { color: rgb(82,69,220); }
H1.HeaderClassName
{
color: #5245DC;
}
.AnyTagClassName
{
color: #5245DC;
}
</style>
background-color css
<style>
a { background-color: #5245DC; }
a { background-color: rgb(82,69,220); }
div.DivClassName
{
background-color: #5245DC;
}
.BgClassName
{
background-color: #5245DC;
}
</style>
border-color css
<style>
span { border-color: #5245DC; }
span { border-color: rgb(82,69,220); }
td.TdClassName
{
border-color: #5245DC;
}
.TagClassName
{
border-color: #5245DC;
}
</style>