Shades of Slate Blue #524DD9
Tints of Slate Blue #524DD9
RGB
CMYK
RGB Variations
Color information
#524DD9 (or 0x524DD9) is known color: Slate Blue. HEX triplet: 52, 4D and D9. RGB value is (82,77,217). Sum of RGB (Red+Green+Blue) = 82+77+217=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 217 (85.16% from 255 or 57.71% from 376); Max value from RGB is 217 - color contains mainly: blue. Hex color #524DD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524DD9 is #ADB226. Grayscale: #5D5D5D. Windows color (decimal): -11383335 or 14241106. OLE color: 14241106.
HSL color Cylindrical-coordinate representation of color #524DD9: hue angle of 242.14º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #524DD9 is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 77 | 217 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.15 |
| HSL | 242.14º | 0.65% | 0.58% | - |
| HSV(B) | 242.14º | 0.65% | 0.85% | - |
| XYZ | 18.66 | 12.11 | 67 | - |
| YUV | 94.46 | 197.16 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 77 | 217 | 0.62 | 0.65 | 0 | 0.15 | 242.14 | 0.65 | 0.58 |
| Hex | 52 | 4D | D9 | 3E | 41 | 0 | F | F2 | 41 | 3A |
| Octal | 122 | 115 | 331 | 76 | 101 | 0 | 17 | 362 | 101 | 72 |
| Binary | 1010010 | 1001101 | 11011001 | 111110 | 1000001 | 0 | 1111 | 11110010 | 1000001 | 111010 |
Color Harmonies of #524DD9
Complementary color
Monochromatic Colors of #524DD9
Black with #524DD9
Text Example
Text Example
White with #524DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524DD9; }
p { color: rgb(82,77,217); }
H1.HeaderClassName
{
color: #524DD9;
}
.AnyTagClassName
{
color: #524DD9;
}
</style>
background-color css
<style>
a { background-color: #524DD9; }
a { background-color: rgb(82,77,217); }
div.DivClassName
{
background-color: #524DD9;
}
.BgClassName
{
background-color: #524DD9;
}
</style>
border-color css
<style>
span { border-color: #524DD9; }
span { border-color: rgb(82,77,217); }
td.TdClassName
{
border-color: #524DD9;
}
.TagClassName
{
border-color: #524DD9;
}
</style>