Shades of Blue Diamond #542E75
Tints of Blue Diamond #542E75
RGB
CMYK
RGB Variations
Color information
#542E75 (or 0x542E75) is known color: Blue Diamond. HEX triplet: 54, 2E and 75. RGB value is (84,46,117). Sum of RGB (Red+Green+Blue) = 84+46+117=247 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.01% from 247); Green value is 46 (18.36% from 255 or 18.62% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: blue. Hex color #542E75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542E75 is #ABD18A. Grayscale: #414141. Windows color (decimal): -11260299 or 7679572. OLE color: 7679572.
HSL color Cylindrical-coordinate representation of color #542E75: hue angle of 272.11º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #542E75 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 46 | 117 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.54 |
| HSL | 272.11º | 0.44% | 0.32% | - |
| HSV(B) | 272.11º | 0.61% | 0.46% | - |
| XYZ | 7.84 | 5.12 | 17.41 | - |
| YUV | 65.46 | 157.09 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 46 | 117 | 0.28 | 0.61 | 0 | 0.54 | 272.11 | 0.44 | 0.32 |
| Hex | 54 | 2E | 75 | 1C | 3D | 0 | 36 | 110 | 2C | 20 |
| Octal | 124 | 56 | 165 | 34 | 75 | 0 | 66 | 420 | 54 | 40 |
| Binary | 1010100 | 101110 | 1110101 | 11100 | 111101 | 0 | 110110 | 100010000 | 101100 | 100000 |
Color Harmonies of #542E75
Complementary color
Monochromatic Colors of #542E75
Black with #542E75
Text Example
Text Example
White with #542E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542E75; }
p { color: rgb(84,46,117); }
H1.HeaderClassName
{
color: #542E75;
}
.AnyTagClassName
{
color: #542E75;
}
</style>
background-color css
<style>
a { background-color: #542E75; }
a { background-color: rgb(84,46,117); }
div.DivClassName
{
background-color: #542E75;
}
.BgClassName
{
background-color: #542E75;
}
</style>
border-color css
<style>
span { border-color: #542E75; }
span { border-color: rgb(84,46,117); }
td.TdClassName
{
border-color: #542E75;
}
.TagClassName
{
border-color: #542E75;
}
</style>