Shades of Slate Blue #534ADA
Tints of Slate Blue #534ADA
RGB
CMYK
RGB Variations
Color information
#534ADA (or 0x534ADA) is known color: Slate Blue. HEX triplet: 53, 4A and DA. RGB value is (83,74,218). Sum of RGB (Red+Green+Blue) = 83+74+218=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #534ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534ADA is #ACB525. Grayscale: #5C5C5C. Windows color (decimal): -11318566 or 14305875. OLE color: 14305875.
HSL color Cylindrical-coordinate representation of color #534ADA: hue angle of 243.75º 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 #534ADA is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 74 | 218 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.15 |
| HSL | 243.75º | 0.66% | 0.57% | - |
| HSV(B) | 243.75º | 0.66% | 0.85% | - |
| XYZ | 18.67 | 11.8 | 67.62 | - |
| YUV | 93.11 | 198.48 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 218 | 0.62 | 0.66 | 0 | 0.15 | 243.75 | 0.66 | 0.57 |
| Hex | 53 | 4A | DA | 3E | 42 | 0 | F | F4 | 42 | 39 |
| Octal | 123 | 112 | 332 | 76 | 102 | 0 | 17 | 364 | 102 | 71 |
| Binary | 1010011 | 1001010 | 11011010 | 111110 | 1000010 | 0 | 1111 | 11110100 | 1000010 | 111001 |
Color Harmonies of #534ADA
Complementary color
Monochromatic Colors of #534ADA
Black with #534ADA
Text Example
Text Example
White with #534ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534ADA; }
p { color: rgb(83,74,218); }
H1.HeaderClassName
{
color: #534ADA;
}
.AnyTagClassName
{
color: #534ADA;
}
</style>
background-color css
<style>
a { background-color: #534ADA; }
a { background-color: rgb(83,74,218); }
div.DivClassName
{
background-color: #534ADA;
}
.BgClassName
{
background-color: #534ADA;
}
</style>
border-color css
<style>
span { border-color: #534ADA; }
span { border-color: rgb(83,74,218); }
td.TdClassName
{
border-color: #534ADA;
}
.TagClassName
{
border-color: #534ADA;
}
</style>