Shades of Blue Diamond #542F74
Tints of Blue Diamond #542F74
RGB
CMYK
RGB Variations
Color information
#542F74 (or 0x542F74) is known color: Blue Diamond. HEX triplet: 54, 2F and 74. RGB value is (84,47,116). Sum of RGB (Red+Green+Blue) = 84+47+116=247 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.01% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 116 (45.70% from 255 or 46.96% from 247); Max value from RGB is 116 - color contains mainly: blue. Hex color #542F74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542F74 is #ABD08B. Grayscale: #414141. Windows color (decimal): -11260044 or 7614292. OLE color: 7614292.
HSL color Cylindrical-coordinate representation of color #542F74: hue angle of 272.17º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #542F74 is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 47 | 116 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.55 |
| HSL | 272.17º | 0.42% | 0.32% | - |
| HSV(B) | 272.17º | 0.59% | 0.45% | - |
| XYZ | 7.83 | 5.18 | 17.11 | - |
| YUV | 65.93 | 156.26 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 116 | 0.28 | 0.59 | 0 | 0.55 | 272.17 | 0.42 | 0.32 |
| Hex | 54 | 2F | 74 | 1C | 3B | 0 | 37 | 110 | 2A | 20 |
| Octal | 124 | 57 | 164 | 34 | 73 | 0 | 67 | 420 | 52 | 40 |
| Binary | 1010100 | 101111 | 1110100 | 11100 | 111011 | 0 | 110111 | 100010000 | 101010 | 100000 |
Color Harmonies of #542F74
Complementary color
Monochromatic Colors of #542F74
Black with #542F74
Text Example
Text Example
White with #542F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542F74; }
p { color: rgb(84,47,116); }
H1.HeaderClassName
{
color: #542F74;
}
.AnyTagClassName
{
color: #542F74;
}
</style>
background-color css
<style>
a { background-color: #542F74; }
a { background-color: rgb(84,47,116); }
div.DivClassName
{
background-color: #542F74;
}
.BgClassName
{
background-color: #542F74;
}
</style>
border-color css
<style>
span { border-color: #542F74; }
span { border-color: rgb(84,47,116); }
td.TdClassName
{
border-color: #542F74;
}
.TagClassName
{
border-color: #542F74;
}
</style>