Shades of Blue Diamond #542B76
Tints of Blue Diamond #542B76
RGB
CMYK
RGB Variations
Color information
#542B76 (or 0x542B76) is known color: Blue Diamond. HEX triplet: 54, 2B and 76. RGB value is (84,43,118). Sum of RGB (Red+Green+Blue) = 84+43+118=245 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.29% from 245); Green value is 43 (17.19% from 255 or 17.55% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #542B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542B76 is #ABD489. Grayscale: #3F3F3F. Windows color (decimal): -11261066 or 7744340. OLE color: 7744340.
HSL color Cylindrical-coordinate representation of color #542B76: hue angle of 272.8º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #542B76 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 43 | 118 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.54 |
| HSL | 272.8º | 0.47% | 0.32% | - |
| HSV(B) | 272.8º | 0.64% | 0.46% | - |
| XYZ | 7.79 | 4.92 | 17.68 | - |
| YUV | 63.81 | 158.58 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 43 | 118 | 0.29 | 0.64 | 0 | 0.54 | 272.8 | 0.47 | 0.32 |
| Hex | 54 | 2B | 76 | 1D | 40 | 0 | 36 | 111 | 2F | 20 |
| Octal | 124 | 53 | 166 | 35 | 100 | 0 | 66 | 421 | 57 | 40 |
| Binary | 1010100 | 101011 | 1110110 | 11101 | 1000000 | 0 | 110110 | 100010001 | 101111 | 100000 |
Color Harmonies of #542B76
Complementary color
Monochromatic Colors of #542B76
Black with #542B76
Text Example
Text Example
White with #542B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542B76; }
p { color: rgb(84,43,118); }
H1.HeaderClassName
{
color: #542B76;
}
.AnyTagClassName
{
color: #542B76;
}
</style>
background-color css
<style>
a { background-color: #542B76; }
a { background-color: rgb(84,43,118); }
div.DivClassName
{
background-color: #542B76;
}
.BgClassName
{
background-color: #542B76;
}
</style>
border-color css
<style>
span { border-color: #542B76; }
span { border-color: rgb(84,43,118); }
td.TdClassName
{
border-color: #542B76;
}
.TagClassName
{
border-color: #542B76;
}
</style>