Shades of Slate Blue #524ADB
Tints of Slate Blue #524ADB
RGB
CMYK
RGB Variations
Color information
#524ADB (or 0x524ADB) is known color: Slate Blue. HEX triplet: 52, 4A and DB. RGB value is (82,74,219). Sum of RGB (Red+Green+Blue) = 82+74+219=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #524ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524ADB is #ADB524. Grayscale: #5C5C5C. Windows color (decimal): -11384101 or 14371410. OLE color: 14371410.
HSL color Cylindrical-coordinate representation of color #524ADB: hue angle of 243.31º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #524ADB is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 74 | 219 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.14 |
| HSL | 243.31º | 0.67% | 0.57% | - |
| HSV(B) | 243.31º | 0.66% | 0.86% | - |
| XYZ | 18.71 | 11.81 | 68.31 | - |
| YUV | 92.92 | 199.15 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 219 | 0.63 | 0.66 | 0 | 0.14 | 243.31 | 0.67 | 0.57 |
| Hex | 52 | 4A | DB | 3F | 42 | 0 | E | F3 | 43 | 39 |
| Octal | 122 | 112 | 333 | 77 | 102 | 0 | 16 | 363 | 103 | 71 |
| Binary | 1010010 | 1001010 | 11011011 | 111111 | 1000010 | 0 | 1110 | 11110011 | 1000011 | 111001 |
Color Harmonies of #524ADB
Complementary color
Monochromatic Colors of #524ADB
Black with #524ADB
Text Example
Text Example
White with #524ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524ADB; }
p { color: rgb(82,74,219); }
H1.HeaderClassName
{
color: #524ADB;
}
.AnyTagClassName
{
color: #524ADB;
}
</style>
background-color css
<style>
a { background-color: #524ADB; }
a { background-color: rgb(82,74,219); }
div.DivClassName
{
background-color: #524ADB;
}
.BgClassName
{
background-color: #524ADB;
}
</style>
border-color css
<style>
span { border-color: #524ADB; }
span { border-color: rgb(82,74,219); }
td.TdClassName
{
border-color: #524ADB;
}
.TagClassName
{
border-color: #524ADB;
}
</style>