Shades of Slate Blue #5242CD
Tints of Slate Blue #5242CD
RGB
CMYK
RGB Variations
Color information
#5242CD (or 0x5242CD) is known color: Slate Blue. HEX triplet: 52, 42 and CD. RGB value is (82,66,205). Sum of RGB (Red+Green+Blue) = 82+66+205=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #5242CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5242CD is #ADBD32. Grayscale: #565656. Windows color (decimal): -11386163 or 13451858. OLE color: 13451858.
HSL color Cylindrical-coordinate representation of color #5242CD: hue angle of 246.91º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5242CD is Cyan = 0.6, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 66 | 205 | - |
| CMYK | 0.6 | 0.68 | 0 | 0.20 |
| HSL | 246.91º | 0.58% | 0.53% | - |
| HSV(B) | 246.91º | 0.68% | 0.8% | - |
| XYZ | 16.45 | 10.1 | 58.84 | - |
| YUV | 86.63 | 194.8 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 66 | 205 | 0.6 | 0.68 | 0 | 0.20 | 246.91 | 0.58 | 0.53 |
| Hex | 52 | 42 | CD | 3C | 44 | 0 | 14 | F7 | 3A | 35 |
| Octal | 122 | 102 | 315 | 74 | 104 | 0 | 24 | 367 | 72 | 65 |
| Binary | 1010010 | 1000010 | 11001101 | 111100 | 1000100 | 0 | 10100 | 11110111 | 111010 | 110101 |
Color Harmonies of #5242CD
Complementary color
Monochromatic Colors of #5242CD
Black with #5242CD
Text Example
Text Example
White with #5242CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5242CD; }
p { color: rgb(82,66,205); }
H1.HeaderClassName
{
color: #5242CD;
}
.AnyTagClassName
{
color: #5242CD;
}
</style>
background-color css
<style>
a { background-color: #5242CD; }
a { background-color: rgb(82,66,205); }
div.DivClassName
{
background-color: #5242CD;
}
.BgClassName
{
background-color: #5242CD;
}
</style>
border-color css
<style>
span { border-color: #5242CD; }
span { border-color: rgb(82,66,205); }
td.TdClassName
{
border-color: #5242CD;
}
.TagClassName
{
border-color: #5242CD;
}
</style>