Shades of Blue Diamond #542C73
Tints of Blue Diamond #542C73
RGB
CMYK
RGB Variations
Color information
#542C73 (or 0x542C73) is known color: Blue Diamond. HEX triplet: 54, 2C and 73. RGB value is (84,44,115). Sum of RGB (Red+Green+Blue) = 84+44+115=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 44 (17.58% from 255 or 18.11% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #542C73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542C73 is #ABD38C. Grayscale: #3F3F3F. Windows color (decimal): -11260813 or 7547988. OLE color: 7547988.
HSL color Cylindrical-coordinate representation of color #542C73: hue angle of 273.8º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #542C73 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 44 | 115 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.55 |
| HSL | 273.8º | 0.45% | 0.31% | - |
| HSV(B) | 273.8º | 0.62% | 0.45% | - |
| XYZ | 7.65 | 4.92 | 16.77 | - |
| YUV | 64.05 | 156.75 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 44 | 115 | 0.27 | 0.62 | 0 | 0.55 | 273.8 | 0.45 | 0.31 |
| Hex | 54 | 2C | 73 | 1B | 3E | 0 | 37 | 112 | 2D | 1F |
| Octal | 124 | 54 | 163 | 33 | 76 | 0 | 67 | 422 | 55 | 37 |
| Binary | 1010100 | 101100 | 1110011 | 11011 | 111110 | 0 | 110111 | 100010010 | 101101 | 11111 |
Color Harmonies of #542C73
Complementary color
Monochromatic Colors of #542C73
Black with #542C73
Text Example
Text Example
White with #542C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542C73; }
p { color: rgb(84,44,115); }
H1.HeaderClassName
{
color: #542C73;
}
.AnyTagClassName
{
color: #542C73;
}
</style>
background-color css
<style>
a { background-color: #542C73; }
a { background-color: rgb(84,44,115); }
div.DivClassName
{
background-color: #542C73;
}
.BgClassName
{
background-color: #542C73;
}
</style>
border-color css
<style>
span { border-color: #542C73; }
span { border-color: rgb(84,44,115); }
td.TdClassName
{
border-color: #542C73;
}
.TagClassName
{
border-color: #542C73;
}
</style>