Shades of Slate Blue #524AD5
Tints of Slate Blue #524AD5
RGB
CMYK
RGB Variations
Color information
#524AD5 (or 0x524AD5) is known color: Slate Blue. HEX triplet: 52, 4A and D5. RGB value is (82,74,213). Sum of RGB (Red+Green+Blue) = 82+74+213=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 213 (83.59% from 255 or 57.72% from 369); Max value from RGB is 213 - color contains mainly: blue. Hex color #524AD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524AD5 is #ADB52A. Grayscale: #5B5B5B. Windows color (decimal): -11384107 or 13978194. OLE color: 13978194.
HSL color Cylindrical-coordinate representation of color #524AD5: hue angle of 243.45º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #524AD5 is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 74 | 213 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.16 |
| HSL | 243.45º | 0.62% | 0.56% | - |
| HSV(B) | 243.45º | 0.65% | 0.84% | - |
| XYZ | 17.94 | 11.5 | 64.22 | - |
| YUV | 92.24 | 196.15 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 213 | 0.62 | 0.65 | 0 | 0.16 | 243.45 | 0.62 | 0.56 |
| Hex | 52 | 4A | D5 | 3E | 41 | 0 | 10 | F3 | 3E | 38 |
| Octal | 122 | 112 | 325 | 76 | 101 | 0 | 20 | 363 | 76 | 70 |
| Binary | 1010010 | 1001010 | 11010101 | 111110 | 1000001 | 0 | 10000 | 11110011 | 111110 | 111000 |
Color Harmonies of #524AD5
Complementary color
Monochromatic Colors of #524AD5
Black with #524AD5
Text Example
Text Example
White with #524AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524AD5; }
p { color: rgb(82,74,213); }
H1.HeaderClassName
{
color: #524AD5;
}
.AnyTagClassName
{
color: #524AD5;
}
</style>
background-color css
<style>
a { background-color: #524AD5; }
a { background-color: rgb(82,74,213); }
div.DivClassName
{
background-color: #524AD5;
}
.BgClassName
{
background-color: #524AD5;
}
</style>
border-color css
<style>
span { border-color: #524AD5; }
span { border-color: rgb(82,74,213); }
td.TdClassName
{
border-color: #524AD5;
}
.TagClassName
{
border-color: #524AD5;
}
</style>