Shades of Blue Diamond #542C76
Tints of Blue Diamond #542C76
RGB
CMYK
RGB Variations
Color information
#542C76 (or 0x542C76) is known color: Blue Diamond. HEX triplet: 54, 2C and 76. RGB value is (84,44,118). Sum of RGB (Red+Green+Blue) = 84+44+118=246 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.15% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #542C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542C76 is #ABD389. Grayscale: #404040. Windows color (decimal): -11260810 or 7744596. OLE color: 7744596.
HSL color Cylindrical-coordinate representation of color #542C76: hue angle of 272.43º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #542C76 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 44 | 118 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.54 |
| HSL | 272.43º | 0.46% | 0.32% | - |
| HSV(B) | 272.43º | 0.63% | 0.46% | - |
| XYZ | 7.83 | 4.99 | 17.69 | - |
| YUV | 64.4 | 158.25 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 44 | 118 | 0.29 | 0.63 | 0 | 0.54 | 272.43 | 0.46 | 0.32 |
| Hex | 54 | 2C | 76 | 1D | 3F | 0 | 36 | 110 | 2E | 20 |
| Octal | 124 | 54 | 166 | 35 | 77 | 0 | 66 | 420 | 56 | 40 |
| Binary | 1010100 | 101100 | 1110110 | 11101 | 111111 | 0 | 110110 | 100010000 | 101110 | 100000 |
Color Harmonies of #542C76
Complementary color
Monochromatic Colors of #542C76
Black with #542C76
Text Example
Text Example
White with #542C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542C76; }
p { color: rgb(84,44,118); }
H1.HeaderClassName
{
color: #542C76;
}
.AnyTagClassName
{
color: #542C76;
}
</style>
background-color css
<style>
a { background-color: #542C76; }
a { background-color: rgb(84,44,118); }
div.DivClassName
{
background-color: #542C76;
}
.BgClassName
{
background-color: #542C76;
}
</style>
border-color css
<style>
span { border-color: #542C76; }
span { border-color: rgb(84,44,118); }
td.TdClassName
{
border-color: #542C76;
}
.TagClassName
{
border-color: #542C76;
}
</style>