Shades of Slate Blue #5240DA
Tints of Slate Blue #5240DA
RGB
CMYK
RGB Variations
Color information
#5240DA (or 0x5240DA) is known color: Slate Blue. HEX triplet: 52, 40 and DA. RGB value is (82,64,218). Sum of RGB (Red+Green+Blue) = 82+64+218=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #5240DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5240DA is #ADBF25. Grayscale: #565656. Windows color (decimal): -11386662 or 14303314. OLE color: 14303314.
HSL color Cylindrical-coordinate representation of color #5240DA: hue angle of 247.01º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5240DA is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 64 | 218 | - |
| CMYK | 0.62 | 0.71 | 0 | 0.15 |
| HSL | 247.01º | 0.68% | 0.55% | - |
| HSV(B) | 247.01º | 0.71% | 0.85% | - |
| XYZ | 17.97 | 10.52 | 67.41 | - |
| YUV | 86.94 | 201.96 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 64 | 218 | 0.62 | 0.71 | 0 | 0.15 | 247.01 | 0.68 | 0.55 |
| Hex | 52 | 40 | DA | 3E | 47 | 0 | F | F7 | 44 | 37 |
| Octal | 122 | 100 | 332 | 76 | 107 | 0 | 17 | 367 | 104 | 67 |
| Binary | 1010010 | 1000000 | 11011010 | 111110 | 1000111 | 0 | 1111 | 11110111 | 1000100 | 110111 |
Color Harmonies of #5240DA
Complementary color
Monochromatic Colors of #5240DA
Black with #5240DA
Text Example
Text Example
White with #5240DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5240DA; }
p { color: rgb(82,64,218); }
H1.HeaderClassName
{
color: #5240DA;
}
.AnyTagClassName
{
color: #5240DA;
}
</style>
background-color css
<style>
a { background-color: #5240DA; }
a { background-color: rgb(82,64,218); }
div.DivClassName
{
background-color: #5240DA;
}
.BgClassName
{
background-color: #5240DA;
}
</style>
border-color css
<style>
span { border-color: #5240DA; }
span { border-color: rgb(82,64,218); }
td.TdClassName
{
border-color: #5240DA;
}
.TagClassName
{
border-color: #5240DA;
}
</style>