Shades of Slate Blue #524ADA
Tints of Slate Blue #524ADA
RGB
CMYK
RGB Variations
Color information
#524ADA (or 0x524ADA) is known color: Slate Blue. HEX triplet: 52, 4A and DA. RGB value is (82,74,218). Sum of RGB (Red+Green+Blue) = 82+74+218=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 218 (85.55% from 255 or 58.29% from 374); Max value from RGB is 218 - color contains mainly: blue. Hex color #524ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524ADA is #ADB525. Grayscale: #5C5C5C. Windows color (decimal): -11384102 or 14305874. OLE color: 14305874.
HSL color Cylindrical-coordinate representation of color #524ADA: hue angle of 243.33º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #524ADA is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 74 | 218 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.15 |
| HSL | 243.33º | 0.66% | 0.57% | - |
| HSV(B) | 243.33º | 0.66% | 0.85% | - |
| XYZ | 18.58 | 11.75 | 67.62 | - |
| YUV | 92.81 | 198.65 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 218 | 0.62 | 0.66 | 0 | 0.15 | 243.33 | 0.66 | 0.57 |
| Hex | 52 | 4A | DA | 3E | 42 | 0 | F | F3 | 42 | 39 |
| Octal | 122 | 112 | 332 | 76 | 102 | 0 | 17 | 363 | 102 | 71 |
| Binary | 1010010 | 1001010 | 11011010 | 111110 | 1000010 | 0 | 1111 | 11110011 | 1000010 | 111001 |
Color Harmonies of #524ADA
Complementary color
Monochromatic Colors of #524ADA
Black with #524ADA
Text Example
Text Example
White with #524ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524ADA; }
p { color: rgb(82,74,218); }
H1.HeaderClassName
{
color: #524ADA;
}
.AnyTagClassName
{
color: #524ADA;
}
</style>
background-color css
<style>
a { background-color: #524ADA; }
a { background-color: rgb(82,74,218); }
div.DivClassName
{
background-color: #524ADA;
}
.BgClassName
{
background-color: #524ADA;
}
</style>
border-color css
<style>
span { border-color: #524ADA; }
span { border-color: rgb(82,74,218); }
td.TdClassName
{
border-color: #524ADA;
}
.TagClassName
{
border-color: #524ADA;
}
</style>