Shades of Blue Diamond #543474
Tints of Blue Diamond #543474
RGB
CMYK
RGB Variations
Color information
#543474 (or 0x543474) is known color: Blue Diamond. HEX triplet: 54, 34 and 74. RGB value is (84,52,116). Sum of RGB (Red+Green+Blue) = 84+52+116=252 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.33% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 116 - color contains mainly: blue. Hex color #543474 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543474 is #ABCB8B. Grayscale: #444444. Windows color (decimal): -11258764 or 7615572. OLE color: 7615572.
HSL color Cylindrical-coordinate representation of color #543474: hue angle of 270º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #543474 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 52 | 116 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.55 |
| HSL | 270º | 0.38% | 0.33% | - |
| HSV(B) | 270º | 0.55% | 0.45% | - |
| XYZ | 8.04 | 5.6 | 17.18 | - |
| YUV | 68.86 | 154.6 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 52 | 116 | 0.28 | 0.55 | 0 | 0.55 | 270 | 0.38 | 0.33 |
| Hex | 54 | 34 | 74 | 1C | 37 | 0 | 37 | 10E | 26 | 21 |
| Octal | 124 | 64 | 164 | 34 | 67 | 0 | 67 | 416 | 46 | 41 |
| Binary | 1010100 | 110100 | 1110100 | 11100 | 110111 | 0 | 110111 | 100001110 | 100110 | 100001 |
Color Harmonies of #543474
Complementary color
Monochromatic Colors of #543474
Black with #543474
Text Example
Text Example
White with #543474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543474; }
p { color: rgb(84,52,116); }
H1.HeaderClassName
{
color: #543474;
}
.AnyTagClassName
{
color: #543474;
}
</style>
background-color css
<style>
a { background-color: #543474; }
a { background-color: rgb(84,52,116); }
div.DivClassName
{
background-color: #543474;
}
.BgClassName
{
background-color: #543474;
}
</style>
border-color css
<style>
span { border-color: #543474; }
span { border-color: rgb(84,52,116); }
td.TdClassName
{
border-color: #543474;
}
.TagClassName
{
border-color: #543474;
}
</style>