Shades of Blue Diamond #542074
Tints of Blue Diamond #542074
RGB
CMYK
RGB Variations
Color information
#542074 (or 0x542074) is known color: Blue Diamond. HEX triplet: 54, 20 and 74. RGB value is (84,32,116). Sum of RGB (Red+Green+Blue) = 84+32+116=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 116 (45.70% from 255 or 50% from 232); Max value from RGB is 116 - color contains mainly: blue. Hex color #542074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542074 is #ABDF8B. Grayscale: #383838. Windows color (decimal): -11263884 or 7610452. OLE color: 7610452.
HSL color Cylindrical-coordinate representation of color #542074: hue angle of 277.14º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #542074 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 32 | 116 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.55 |
| HSL | 277.14º | 0.57% | 0.29% | - |
| HSV(B) | 277.14º | 0.72% | 0.45% | - |
| XYZ | 7.33 | 4.18 | 16.94 | - |
| YUV | 57.12 | 161.23 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 32 | 116 | 0.28 | 0.72 | 0 | 0.55 | 277.14 | 0.57 | 0.29 |
| Hex | 54 | 20 | 74 | 1C | 48 | 0 | 37 | 115 | 39 | 1D |
| Octal | 124 | 40 | 164 | 34 | 110 | 0 | 67 | 425 | 71 | 35 |
| Binary | 1010100 | 100000 | 1110100 | 11100 | 1001000 | 0 | 110111 | 100010101 | 111001 | 11101 |
Color Harmonies of #542074
Complementary color
Monochromatic Colors of #542074
Black with #542074
Text Example
Text Example
White with #542074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542074; }
p { color: rgb(84,32,116); }
H1.HeaderClassName
{
color: #542074;
}
.AnyTagClassName
{
color: #542074;
}
</style>
background-color css
<style>
a { background-color: #542074; }
a { background-color: rgb(84,32,116); }
div.DivClassName
{
background-color: #542074;
}
.BgClassName
{
background-color: #542074;
}
</style>
border-color css
<style>
span { border-color: #542074; }
span { border-color: rgb(84,32,116); }
td.TdClassName
{
border-color: #542074;
}
.TagClassName
{
border-color: #542074;
}
</style>