Shades of Slate Blue #534ADB
Tints of Slate Blue #534ADB
RGB
CMYK
RGB Variations
Color information
#534ADB (or 0x534ADB) is known color: Slate Blue. HEX triplet: 53, 4A and DB. RGB value is (83,74,219). Sum of RGB (Red+Green+Blue) = 83+74+219=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #534ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534ADB is #ACB524. Grayscale: #5C5C5C. Windows color (decimal): -11318565 or 14371411. OLE color: 14371411.
HSL color Cylindrical-coordinate representation of color #534ADB: hue angle of 243.72º 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 #534ADB is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 74 | 219 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.14 |
| HSL | 243.72º | 0.67% | 0.57% | - |
| HSV(B) | 243.72º | 0.66% | 0.86% | - |
| XYZ | 18.8 | 11.85 | 68.31 | - |
| YUV | 93.22 | 198.98 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 219 | 0.62 | 0.66 | 0 | 0.14 | 243.72 | 0.67 | 0.57 |
| Hex | 53 | 4A | DB | 3E | 42 | 0 | E | F4 | 43 | 39 |
| Octal | 123 | 112 | 333 | 76 | 102 | 0 | 16 | 364 | 103 | 71 |
| Binary | 1010011 | 1001010 | 11011011 | 111110 | 1000010 | 0 | 1110 | 11110100 | 1000011 | 111001 |
Color Harmonies of #534ADB
Complementary color
Monochromatic Colors of #534ADB
Black with #534ADB
Text Example
Text Example
White with #534ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534ADB; }
p { color: rgb(83,74,219); }
H1.HeaderClassName
{
color: #534ADB;
}
.AnyTagClassName
{
color: #534ADB;
}
</style>
background-color css
<style>
a { background-color: #534ADB; }
a { background-color: rgb(83,74,219); }
div.DivClassName
{
background-color: #534ADB;
}
.BgClassName
{
background-color: #534ADB;
}
</style>
border-color css
<style>
span { border-color: #534ADB; }
span { border-color: rgb(83,74,219); }
td.TdClassName
{
border-color: #534ADB;
}
.TagClassName
{
border-color: #534ADB;
}
</style>