Shades of Slate Blue #545ADA
Tints of Slate Blue #545ADA
RGB
CMYK
RGB Variations
Color information
#545ADA (or 0x545ADA) is known color: Slate Blue. HEX triplet: 54, 5A and DA. RGB value is (84,90,218). Sum of RGB (Red+Green+Blue) = 84+90+218=392 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.43% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 218 (85.55% from 255 or 55.61% from 392); Max value from RGB is 218 - color contains mainly: blue. Hex color #545ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545ADA is #ABA525. Grayscale: #666666. Windows color (decimal): -11248934 or 14309972. OLE color: 14309972.
HSL color Cylindrical-coordinate representation of color #545ADA: hue angle of 237.31º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #545ADA is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 90 | 218 | - |
| CMYK | 0.61 | 0.59 | 0 | 0.15 |
| HSL | 237.31º | 0.64% | 0.59% | - |
| HSV(B) | 237.31º | 0.61% | 0.85% | - |
| XYZ | 19.97 | 14.26 | 68.03 | - |
| YUV | 102.8 | 193.01 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 218 | 0.61 | 0.59 | 0 | 0.15 | 237.31 | 0.64 | 0.59 |
| Hex | 54 | 5A | DA | 3D | 3B | 0 | F | ED | 40 | 3B |
| Octal | 124 | 132 | 332 | 75 | 73 | 0 | 17 | 355 | 100 | 73 |
| Binary | 1010100 | 1011010 | 11011010 | 111101 | 111011 | 0 | 1111 | 11101101 | 1000000 | 111011 |
Color Harmonies of #545ADA
Complementary color
Monochromatic Colors of #545ADA
Black with #545ADA
Text Example
Text Example
White with #545ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545ADA; }
p { color: rgb(84,90,218); }
H1.HeaderClassName
{
color: #545ADA;
}
.AnyTagClassName
{
color: #545ADA;
}
</style>
background-color css
<style>
a { background-color: #545ADA; }
a { background-color: rgb(84,90,218); }
div.DivClassName
{
background-color: #545ADA;
}
.BgClassName
{
background-color: #545ADA;
}
</style>
border-color css
<style>
span { border-color: #545ADA; }
span { border-color: rgb(84,90,218); }
td.TdClassName
{
border-color: #545ADA;
}
.TagClassName
{
border-color: #545ADA;
}
</style>