Shades of Blue Diamond #543372
Tints of Blue Diamond #543372
RGB
CMYK
RGB Variations
Color information
#543372 (or 0x543372) is known color: Blue Diamond. HEX triplet: 54, 33 and 72. RGB value is (84,51,114). Sum of RGB (Red+Green+Blue) = 84+51+114=249 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.73% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 114 - color contains mainly: blue. Hex color #543372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543372 is #ABCC8D. Grayscale: #434343. Windows color (decimal): -11259022 or 7484244. OLE color: 7484244.
HSL color Cylindrical-coordinate representation of color #543372: hue angle of 271.43º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #543372 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 51 | 114 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.55 |
| HSL | 271.43º | 0.38% | 0.32% | - |
| HSV(B) | 271.43º | 0.55% | 0.45% | - |
| XYZ | 7.88 | 5.47 | 16.56 | - |
| YUV | 68.05 | 153.93 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 51 | 114 | 0.26 | 0.55 | 0 | 0.55 | 271.43 | 0.38 | 0.32 |
| Hex | 54 | 33 | 72 | 1A | 37 | 0 | 37 | 10F | 26 | 20 |
| Octal | 124 | 63 | 162 | 32 | 67 | 0 | 67 | 417 | 46 | 40 |
| Binary | 1010100 | 110011 | 1110010 | 11010 | 110111 | 0 | 110111 | 100001111 | 100110 | 100000 |
Color Harmonies of #543372
Complementary color
Monochromatic Colors of #543372
Black with #543372
Text Example
Text Example
White with #543372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543372; }
p { color: rgb(84,51,114); }
H1.HeaderClassName
{
color: #543372;
}
.AnyTagClassName
{
color: #543372;
}
</style>
background-color css
<style>
a { background-color: #543372; }
a { background-color: rgb(84,51,114); }
div.DivClassName
{
background-color: #543372;
}
.BgClassName
{
background-color: #543372;
}
</style>
border-color css
<style>
span { border-color: #543372; }
span { border-color: rgb(84,51,114); }
td.TdClassName
{
border-color: #543372;
}
.TagClassName
{
border-color: #543372;
}
</style>