Shades of Blue Diamond #542371
Tints of Blue Diamond #542371
RGB
CMYK
RGB Variations
Color information
#542371 (or 0x542371) is known color: Blue Diamond. HEX triplet: 54, 23 and 71. RGB value is (84,35,113). Sum of RGB (Red+Green+Blue) = 84+35+113=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #542371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542371 is #ABDC8E. Grayscale: #3A3A3A. Windows color (decimal): -11263119 or 7414612. OLE color: 7414612.
HSL color Cylindrical-coordinate representation of color #542371: hue angle of 277.69º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #542371 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 35 | 113 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.56 |
| HSL | 277.69º | 0.53% | 0.29% | - |
| HSV(B) | 277.69º | 0.69% | 0.44% | - |
| XYZ | 7.24 | 4.28 | 16.07 | - |
| YUV | 58.54 | 158.73 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 35 | 113 | 0.26 | 0.69 | 0 | 0.56 | 277.69 | 0.53 | 0.29 |
| Hex | 54 | 23 | 71 | 1A | 45 | 0 | 38 | 116 | 35 | 1D |
| Octal | 124 | 43 | 161 | 32 | 105 | 0 | 70 | 426 | 65 | 35 |
| Binary | 1010100 | 100011 | 1110001 | 11010 | 1000101 | 0 | 111000 | 100010110 | 110101 | 11101 |
Color Harmonies of #542371
Complementary color
Monochromatic Colors of #542371
Black with #542371
Text Example
Text Example
White with #542371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542371; }
p { color: rgb(84,35,113); }
H1.HeaderClassName
{
color: #542371;
}
.AnyTagClassName
{
color: #542371;
}
</style>
background-color css
<style>
a { background-color: #542371; }
a { background-color: rgb(84,35,113); }
div.DivClassName
{
background-color: #542371;
}
.BgClassName
{
background-color: #542371;
}
</style>
border-color css
<style>
span { border-color: #542371; }
span { border-color: rgb(84,35,113); }
td.TdClassName
{
border-color: #542371;
}
.TagClassName
{
border-color: #542371;
}
</style>