Shades of Blue Diamond #543A71
Tints of Blue Diamond #543A71
RGB
CMYK
RGB Variations
Color information
#543A71 (or 0x543A71) is known color: Blue Diamond. HEX triplet: 54, 3A and 71. RGB value is (84,58,113). Sum of RGB (Red+Green+Blue) = 84+58+113=255 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.94% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 113 - color contains mainly: blue. Hex color #543A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543A71 is #ABC58E. Grayscale: #474747. Windows color (decimal): -11257231 or 7420500. OLE color: 7420500.
HSL color Cylindrical-coordinate representation of color #543A71: hue angle of 268.36º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #543A71 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 58 | 113 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.56 |
| HSL | 268.36º | 0.32% | 0.34% | - |
| HSV(B) | 268.36º | 0.49% | 0.44% | - |
| XYZ | 8.15 | 6.1 | 16.37 | - |
| YUV | 72.04 | 151.11 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 58 | 113 | 0.26 | 0.49 | 0 | 0.56 | 268.36 | 0.32 | 0.34 |
| Hex | 54 | 3A | 71 | 1A | 31 | 0 | 38 | 10C | 20 | 22 |
| Octal | 124 | 72 | 161 | 32 | 61 | 0 | 70 | 414 | 40 | 42 |
| Binary | 1010100 | 111010 | 1110001 | 11010 | 110001 | 0 | 111000 | 100001100 | 100000 | 100010 |
Color Harmonies of #543A71
Complementary color
Monochromatic Colors of #543A71
Black with #543A71
Text Example
Text Example
White with #543A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543A71; }
p { color: rgb(84,58,113); }
H1.HeaderClassName
{
color: #543A71;
}
.AnyTagClassName
{
color: #543A71;
}
</style>
background-color css
<style>
a { background-color: #543A71; }
a { background-color: rgb(84,58,113); }
div.DivClassName
{
background-color: #543A71;
}
.BgClassName
{
background-color: #543A71;
}
</style>
border-color css
<style>
span { border-color: #543A71; }
span { border-color: rgb(84,58,113); }
td.TdClassName
{
border-color: #543A71;
}
.TagClassName
{
border-color: #543A71;
}
</style>