Shades of Blue Diamond #542E71
Tints of Blue Diamond #542E71
RGB
CMYK
RGB Variations
Color information
#542E71 (or 0x542E71) is known color: Blue Diamond. HEX triplet: 54, 2E and 71. RGB value is (84,46,113). Sum of RGB (Red+Green+Blue) = 84+46+113=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #542E71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542E71 is #ABD18E. Grayscale: #404040. Windows color (decimal): -11260303 or 7417428. OLE color: 7417428.
HSL color Cylindrical-coordinate representation of color #542E71: hue angle of 274.03º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #542E71 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 46 | 113 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.56 |
| HSL | 274.03º | 0.42% | 0.31% | - |
| HSV(B) | 274.03º | 0.59% | 0.44% | - |
| XYZ | 7.61 | 5.03 | 16.19 | - |
| YUV | 65 | 155.09 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 46 | 113 | 0.26 | 0.59 | 0 | 0.56 | 274.03 | 0.42 | 0.31 |
| Hex | 54 | 2E | 71 | 1A | 3B | 0 | 38 | 112 | 2A | 1F |
| Octal | 124 | 56 | 161 | 32 | 73 | 0 | 70 | 422 | 52 | 37 |
| Binary | 1010100 | 101110 | 1110001 | 11010 | 111011 | 0 | 111000 | 100010010 | 101010 | 11111 |
Color Harmonies of #542E71
Complementary color
Monochromatic Colors of #542E71
Black with #542E71
Text Example
Text Example
White with #542E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542E71; }
p { color: rgb(84,46,113); }
H1.HeaderClassName
{
color: #542E71;
}
.AnyTagClassName
{
color: #542E71;
}
</style>
background-color css
<style>
a { background-color: #542E71; }
a { background-color: rgb(84,46,113); }
div.DivClassName
{
background-color: #542E71;
}
.BgClassName
{
background-color: #542E71;
}
</style>
border-color css
<style>
span { border-color: #542E71; }
span { border-color: rgb(84,46,113); }
td.TdClassName
{
border-color: #542E71;
}
.TagClassName
{
border-color: #542E71;
}
</style>