Shades of Slate Blue #5240CC
Tints of Slate Blue #5240CC
RGB
CMYK
RGB Variations
Color information
#5240CC (or 0x5240CC) is known color: Slate Blue. HEX triplet: 52, 40 and CC. RGB value is (82,64,204). Sum of RGB (Red+Green+Blue) = 82+64+204=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #5240CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5240CC is #ADBF33. Grayscale: #545454. Windows color (decimal): -11386676 or 13385810. OLE color: 13385810.
HSL color Cylindrical-coordinate representation of color #5240CC: hue angle of 247.71º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5240CC is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 64 | 204 | - |
| CMYK | 0.60 | 0.69 | 0 | 0.2 |
| HSL | 247.71º | 0.58% | 0.53% | - |
| HSV(B) | 247.71º | 0.69% | 0.8% | - |
| XYZ | 16.21 | 9.82 | 58.17 | - |
| YUV | 85.34 | 194.96 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 64 | 204 | 0.60 | 0.69 | 0 | 0.2 | 247.71 | 0.58 | 0.53 |
| Hex | 52 | 40 | CC | 3C | 45 | 0 | 14 | F8 | 3A | 35 |
| Octal | 122 | 100 | 314 | 74 | 105 | 0 | 24 | 370 | 72 | 65 |
| Binary | 1010010 | 1000000 | 11001100 | 111100 | 1000101 | 0 | 10100 | 11111000 | 111010 | 110101 |
Color Harmonies of #5240CC
Complementary color
Monochromatic Colors of #5240CC
Black with #5240CC
Text Example
Text Example
White with #5240CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5240CC; }
p { color: rgb(82,64,204); }
H1.HeaderClassName
{
color: #5240CC;
}
.AnyTagClassName
{
color: #5240CC;
}
</style>
background-color css
<style>
a { background-color: #5240CC; }
a { background-color: rgb(82,64,204); }
div.DivClassName
{
background-color: #5240CC;
}
.BgClassName
{
background-color: #5240CC;
}
</style>
border-color css
<style>
span { border-color: #5240CC; }
span { border-color: rgb(82,64,204); }
td.TdClassName
{
border-color: #5240CC;
}
.TagClassName
{
border-color: #5240CC;
}
</style>