Shades of Blue Diamond #542A73
Tints of Blue Diamond #542A73
RGB
CMYK
RGB Variations
Color information
#542A73 (or 0x542A73) is known color: Blue Diamond. HEX triplet: 54, 2A and 73. RGB value is (84,42,115). Sum of RGB (Red+Green+Blue) = 84+42+115=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #542A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542A73 is #ABD58C. Grayscale: #3E3E3E. Windows color (decimal): -11261325 or 7547476. OLE color: 7547476.
HSL color Cylindrical-coordinate representation of color #542A73: hue angle of 274.52º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #542A73 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 42 | 115 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.55 |
| HSL | 274.52º | 0.46% | 0.31% | - |
| HSV(B) | 274.52º | 0.63% | 0.45% | - |
| XYZ | 7.58 | 4.78 | 16.74 | - |
| YUV | 62.88 | 157.41 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 115 | 0.27 | 0.63 | 0 | 0.55 | 274.52 | 0.46 | 0.31 |
| Hex | 54 | 2A | 73 | 1B | 3F | 0 | 37 | 113 | 2E | 1F |
| Octal | 124 | 52 | 163 | 33 | 77 | 0 | 67 | 423 | 56 | 37 |
| Binary | 1010100 | 101010 | 1110011 | 11011 | 111111 | 0 | 110111 | 100010011 | 101110 | 11111 |
Color Harmonies of #542A73
Complementary color
Monochromatic Colors of #542A73
Black with #542A73
Text Example
Text Example
White with #542A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542A73; }
p { color: rgb(84,42,115); }
H1.HeaderClassName
{
color: #542A73;
}
.AnyTagClassName
{
color: #542A73;
}
</style>
background-color css
<style>
a { background-color: #542A73; }
a { background-color: rgb(84,42,115); }
div.DivClassName
{
background-color: #542A73;
}
.BgClassName
{
background-color: #542A73;
}
</style>
border-color css
<style>
span { border-color: #542A73; }
span { border-color: rgb(84,42,115); }
td.TdClassName
{
border-color: #542A73;
}
.TagClassName
{
border-color: #542A73;
}
</style>