Shades of Blue Diamond #542F70
Tints of Blue Diamond #542F70
RGB
CMYK
RGB Variations
Color information
#542F70 (or 0x542F70) is known color: Blue Diamond. HEX triplet: 54, 2F and 70. RGB value is (84,47,112). Sum of RGB (Red+Green+Blue) = 84+47+112=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #542F70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542F70 is #ABD08F. Grayscale: #414141. Windows color (decimal): -11260048 or 7352148. OLE color: 7352148.
HSL color Cylindrical-coordinate representation of color #542F70: hue angle of 274.15º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #542F70 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 47 | 112 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.56 |
| HSL | 274.15º | 0.41% | 0.31% | - |
| HSV(B) | 274.15º | 0.58% | 0.44% | - |
| XYZ | 7.6 | 5.09 | 15.91 | - |
| YUV | 65.47 | 154.26 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 112 | 0.25 | 0.58 | 0 | 0.56 | 274.15 | 0.41 | 0.31 |
| Hex | 54 | 2F | 70 | 19 | 3A | 0 | 38 | 112 | 29 | 1F |
| Octal | 124 | 57 | 160 | 31 | 72 | 0 | 70 | 422 | 51 | 37 |
| Binary | 1010100 | 101111 | 1110000 | 11001 | 111010 | 0 | 111000 | 100010010 | 101001 | 11111 |
Color Harmonies of #542F70
Complementary color
Monochromatic Colors of #542F70
Black with #542F70
Text Example
Text Example
White with #542F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542F70; }
p { color: rgb(84,47,112); }
H1.HeaderClassName
{
color: #542F70;
}
.AnyTagClassName
{
color: #542F70;
}
</style>
background-color css
<style>
a { background-color: #542F70; }
a { background-color: rgb(84,47,112); }
div.DivClassName
{
background-color: #542F70;
}
.BgClassName
{
background-color: #542F70;
}
</style>
border-color css
<style>
span { border-color: #542F70; }
span { border-color: rgb(84,47,112); }
td.TdClassName
{
border-color: #542F70;
}
.TagClassName
{
border-color: #542F70;
}
</style>