Shades of Slate Blue #5245D0
Tints of Slate Blue #5245D0
RGB
CMYK
RGB Variations
Color information
#5245D0 (or 0x5245D0) is known color: Slate Blue. HEX triplet: 52, 45 and D0. RGB value is (82,69,208). Sum of RGB (Red+Green+Blue) = 82+69+208=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 208 (81.64% from 255 or 57.94% from 359); Max value from RGB is 208 - color contains mainly: blue. Hex color #5245D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5245D0 is #ADBA2F. Grayscale: #585858. Windows color (decimal): -11385392 or 13649234. OLE color: 13649234.
HSL color Cylindrical-coordinate representation of color #5245D0: hue angle of 245.61º 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 #5245D0 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 69 | 208 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.18 |
| HSL | 245.61º | 0.6% | 0.54% | - |
| HSV(B) | 245.61º | 0.67% | 0.82% | - |
| XYZ | 16.99 | 10.6 | 60.83 | - |
| YUV | 88.73 | 195.31 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 69 | 208 | 0.61 | 0.67 | 0 | 0.18 | 245.61 | 0.6 | 0.54 |
| Hex | 52 | 45 | D0 | 3D | 43 | 0 | 12 | F6 | 3C | 36 |
| Octal | 122 | 105 | 320 | 75 | 103 | 0 | 22 | 366 | 74 | 66 |
| Binary | 1010010 | 1000101 | 11010000 | 111101 | 1000011 | 0 | 10010 | 11110110 | 111100 | 110110 |
Color Harmonies of #5245D0
Complementary color
Monochromatic Colors of #5245D0
Black with #5245D0
Text Example
Text Example
White with #5245D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5245D0; }
p { color: rgb(82,69,208); }
H1.HeaderClassName
{
color: #5245D0;
}
.AnyTagClassName
{
color: #5245D0;
}
</style>
background-color css
<style>
a { background-color: #5245D0; }
a { background-color: rgb(82,69,208); }
div.DivClassName
{
background-color: #5245D0;
}
.BgClassName
{
background-color: #5245D0;
}
</style>
border-color css
<style>
span { border-color: #5245D0; }
span { border-color: rgb(82,69,208); }
td.TdClassName
{
border-color: #5245D0;
}
.TagClassName
{
border-color: #5245D0;
}
</style>