Shades of Blue Diamond #542572
Tints of Blue Diamond #542572
RGB
CMYK
RGB Variations
Color information
#542572 (or 0x542572) is known color: Blue Diamond. HEX triplet: 54, 25 and 72. RGB value is (84,37,114). Sum of RGB (Red+Green+Blue) = 84+37+114=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #542572 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542572 is #ABDA8D. Grayscale: #3B3B3B. Windows color (decimal): -11262606 or 7480660. OLE color: 7480660.
HSL color Cylindrical-coordinate representation of color #542572: hue angle of 276.62º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #542572 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 37 | 114 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.55 |
| HSL | 276.62º | 0.51% | 0.3% | - |
| HSV(B) | 276.62º | 0.68% | 0.45% | - |
| XYZ | 7.35 | 4.42 | 16.39 | - |
| YUV | 59.83 | 158.57 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 37 | 114 | 0.26 | 0.68 | 0 | 0.55 | 276.62 | 0.51 | 0.3 |
| Hex | 54 | 25 | 72 | 1A | 44 | 0 | 37 | 115 | 33 | 1E |
| Octal | 124 | 45 | 162 | 32 | 104 | 0 | 67 | 425 | 63 | 36 |
| Binary | 1010100 | 100101 | 1110010 | 11010 | 1000100 | 0 | 110111 | 100010101 | 110011 | 11110 |
Color Harmonies of #542572
Complementary color
Monochromatic Colors of #542572
Black with #542572
Text Example
Text Example
White with #542572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542572; }
p { color: rgb(84,37,114); }
H1.HeaderClassName
{
color: #542572;
}
.AnyTagClassName
{
color: #542572;
}
</style>
background-color css
<style>
a { background-color: #542572; }
a { background-color: rgb(84,37,114); }
div.DivClassName
{
background-color: #542572;
}
.BgClassName
{
background-color: #542572;
}
</style>
border-color css
<style>
span { border-color: #542572; }
span { border-color: rgb(84,37,114); }
td.TdClassName
{
border-color: #542572;
}
.TagClassName
{
border-color: #542572;
}
</style>