Shades of Blue Gem #543DAB
Tints of Blue Gem #543DAB
RGB
CMYK
RGB Variations
Color information
#543DAB (or 0x543DAB) is known color: Blue Gem. HEX triplet: 54, 3D and AB. RGB value is (84,61,171). Sum of RGB (Red+Green+Blue) = 84+61+171=316 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.58% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #543DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543DAB is #ABC254. Grayscale: #505050. Windows color (decimal): -11256405 or 11222356. OLE color: 11222356.
HSL color Cylindrical-coordinate representation of color #543DAB: hue angle of 252.55º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #543DAB is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 61 | 171 | - |
| CMYK | 0.51 | 0.64 | 0 | 0.33 |
| HSL | 252.55º | 0.47% | 0.45% | - |
| HSV(B) | 252.55º | 0.64% | 0.67% | - |
| XYZ | 12.68 | 8.16 | 39.44 | - |
| YUV | 80.42 | 179.12 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 61 | 171 | 0.51 | 0.64 | 0 | 0.33 | 252.55 | 0.47 | 0.45 |
| Hex | 54 | 3D | AB | 33 | 40 | 0 | 21 | FD | 2F | 2D |
| Octal | 124 | 75 | 253 | 63 | 100 | 0 | 41 | 375 | 57 | 55 |
| Binary | 1010100 | 111101 | 10101011 | 110011 | 1000000 | 0 | 100001 | 11111101 | 101111 | 101101 |
Color Harmonies of #543DAB
Complementary color
Monochromatic Colors of #543DAB
Black with #543DAB
Text Example
Text Example
White with #543DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543DAB; }
p { color: rgb(84,61,171); }
H1.HeaderClassName
{
color: #543DAB;
}
.AnyTagClassName
{
color: #543DAB;
}
</style>
background-color css
<style>
a { background-color: #543DAB; }
a { background-color: rgb(84,61,171); }
div.DivClassName
{
background-color: #543DAB;
}
.BgClassName
{
background-color: #543DAB;
}
</style>
border-color css
<style>
span { border-color: #543DAB; }
span { border-color: rgb(84,61,171); }
td.TdClassName
{
border-color: #543DAB;
}
.TagClassName
{
border-color: #543DAB;
}
</style>