Shades of Slate Blue #524DDC
Tints of Slate Blue #524DDC
RGB
CMYK
RGB Variations
Color information
#524DDC (or 0x524DDC) is known color: Slate Blue. HEX triplet: 52, 4D and DC. RGB value is (82,77,220). Sum of RGB (Red+Green+Blue) = 82+77+220=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #524DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524DDC is #ADB223. Grayscale: #5E5E5E. Windows color (decimal): -11383332 or 14437714. OLE color: 14437714.
HSL color Cylindrical-coordinate representation of color #524DDC: hue angle of 242.1º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #524DDC is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 77 | 220 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.14 |
| HSL | 242.1º | 0.67% | 0.58% | - |
| HSV(B) | 242.1º | 0.65% | 0.86% | - |
| XYZ | 19.05 | 12.27 | 69.07 | - |
| YUV | 94.8 | 198.66 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 77 | 220 | 0.63 | 0.65 | 0 | 0.14 | 242.1 | 0.67 | 0.58 |
| Hex | 52 | 4D | DC | 3F | 41 | 0 | E | F2 | 43 | 3A |
| Octal | 122 | 115 | 334 | 77 | 101 | 0 | 16 | 362 | 103 | 72 |
| Binary | 1010010 | 1001101 | 11011100 | 111111 | 1000001 | 0 | 1110 | 11110010 | 1000011 | 111010 |
Color Harmonies of #524DDC
Complementary color
Monochromatic Colors of #524DDC
Black with #524DDC
Text Example
Text Example
White with #524DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524DDC; }
p { color: rgb(82,77,220); }
H1.HeaderClassName
{
color: #524DDC;
}
.AnyTagClassName
{
color: #524DDC;
}
</style>
background-color css
<style>
a { background-color: #524DDC; }
a { background-color: rgb(82,77,220); }
div.DivClassName
{
background-color: #524DDC;
}
.BgClassName
{
background-color: #524DDC;
}
</style>
border-color css
<style>
span { border-color: #524DDC; }
span { border-color: rgb(82,77,220); }
td.TdClassName
{
border-color: #524DDC;
}
.TagClassName
{
border-color: #524DDC;
}
</style>