Shades of Blue Diamond #542173
Tints of Blue Diamond #542173
RGB
CMYK
RGB Variations
Color information
#542173 (or 0x542173) is known color: Blue Diamond. HEX triplet: 54, 21 and 73. RGB value is (84,33,115). Sum of RGB (Red+Green+Blue) = 84+33+115=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #542173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542173 is #ABDE8C. Grayscale: #393939. Windows color (decimal): -11263629 or 7545172. OLE color: 7545172.
HSL color Cylindrical-coordinate representation of color #542173: hue angle of 277.32º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #542173 is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 33 | 115 | - |
| CMYK | 0.27 | 0.71 | 0 | 0.55 |
| HSL | 277.32º | 0.55% | 0.29% | - |
| HSV(B) | 277.32º | 0.71% | 0.45% | - |
| XYZ | 7.29 | 4.21 | 16.65 | - |
| YUV | 57.6 | 160.4 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 33 | 115 | 0.27 | 0.71 | 0 | 0.55 | 277.32 | 0.55 | 0.29 |
| Hex | 54 | 21 | 73 | 1B | 47 | 0 | 37 | 115 | 37 | 1D |
| Octal | 124 | 41 | 163 | 33 | 107 | 0 | 67 | 425 | 67 | 35 |
| Binary | 1010100 | 100001 | 1110011 | 11011 | 1000111 | 0 | 110111 | 100010101 | 110111 | 11101 |
Color Harmonies of #542173
Complementary color
Monochromatic Colors of #542173
Black with #542173
Text Example
Text Example
White with #542173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542173; }
p { color: rgb(84,33,115); }
H1.HeaderClassName
{
color: #542173;
}
.AnyTagClassName
{
color: #542173;
}
</style>
background-color css
<style>
a { background-color: #542173; }
a { background-color: rgb(84,33,115); }
div.DivClassName
{
background-color: #542173;
}
.BgClassName
{
background-color: #542173;
}
</style>
border-color css
<style>
span { border-color: #542173; }
span { border-color: rgb(84,33,115); }
td.TdClassName
{
border-color: #542173;
}
.TagClassName
{
border-color: #542173;
}
</style>