Shades of Kingfisher Daisy #543A72
Tints of Kingfisher Daisy #543A72
RGB
CMYK
RGB Variations
Color information
#543A72 (or 0x543A72) is known color: Kingfisher Daisy. HEX triplet: 54, 3A and 72. RGB value is (84,58,114). Sum of RGB (Red+Green+Blue) = 84+58+114=256 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.81% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 114 - color contains mainly: blue. Hex color #543A72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543A72 is #ABC58D. Grayscale: #474747. Windows color (decimal): -11257230 or 7486036. OLE color: 7486036.
HSL color Cylindrical-coordinate representation of color #543A72: hue angle of 267.86º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #543A72 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 58 | 114 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.55 |
| HSL | 267.86º | 0.33% | 0.34% | - |
| HSV(B) | 267.86º | 0.49% | 0.45% | - |
| XYZ | 8.21 | 6.13 | 16.67 | - |
| YUV | 72.16 | 151.61 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 58 | 114 | 0.26 | 0.49 | 0 | 0.55 | 267.86 | 0.33 | 0.34 |
| Hex | 54 | 3A | 72 | 1A | 31 | 0 | 37 | 10C | 21 | 22 |
| Octal | 124 | 72 | 162 | 32 | 61 | 0 | 67 | 414 | 41 | 42 |
| Binary | 1010100 | 111010 | 1110010 | 11010 | 110001 | 0 | 110111 | 100001100 | 100001 | 100010 |
Color Harmonies of #543A72
Complementary color
Monochromatic Colors of #543A72
Black with #543A72
Text Example
Text Example
White with #543A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543A72; }
p { color: rgb(84,58,114); }
H1.HeaderClassName
{
color: #543A72;
}
.AnyTagClassName
{
color: #543A72;
}
</style>
background-color css
<style>
a { background-color: #543A72; }
a { background-color: rgb(84,58,114); }
div.DivClassName
{
background-color: #543A72;
}
.BgClassName
{
background-color: #543A72;
}
</style>
border-color css
<style>
span { border-color: #543A72; }
span { border-color: rgb(84,58,114); }
td.TdClassName
{
border-color: #543A72;
}
.TagClassName
{
border-color: #543A72;
}
</style>