Shades of Kingfisher Daisy #543A81
Tints of Kingfisher Daisy #543A81
RGB
CMYK
RGB Variations
Color information
#543A81 (or 0x543A81) is known color: Kingfisher Daisy. HEX triplet: 54, 3A and 81. RGB value is (84,58,129). Sum of RGB (Red+Green+Blue) = 84+58+129=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 129 (50.78% from 255 or 47.60% from 271); Max value from RGB is 129 - color contains mainly: blue. Hex color #543A81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543A81 is #ABC57E. Grayscale: #494949. Windows color (decimal): -11257215 or 8469076. OLE color: 8469076.
HSL color Cylindrical-coordinate representation of color #543A81: hue angle of 261.97º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #543A81 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 58 | 129 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.49 |
| HSL | 261.97º | 0.38% | 0.37% | - |
| HSV(B) | 261.97º | 0.55% | 0.51% | - |
| XYZ | 9.13 | 6.5 | 21.54 | - |
| YUV | 73.87 | 159.11 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 58 | 129 | 0.35 | 0.55 | 0 | 0.49 | 261.97 | 0.38 | 0.37 |
| Hex | 54 | 3A | 81 | 23 | 37 | 0 | 31 | 106 | 26 | 25 |
| Octal | 124 | 72 | 201 | 43 | 67 | 0 | 61 | 406 | 46 | 45 |
| Binary | 1010100 | 111010 | 10000001 | 100011 | 110111 | 0 | 110001 | 100000110 | 100110 | 100101 |
Color Harmonies of #543A81
Complementary color
Monochromatic Colors of #543A81
Black with #543A81
Text Example
Text Example
White with #543A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543A81; }
p { color: rgb(84,58,129); }
H1.HeaderClassName
{
color: #543A81;
}
.AnyTagClassName
{
color: #543A81;
}
</style>
background-color css
<style>
a { background-color: #543A81; }
a { background-color: rgb(84,58,129); }
div.DivClassName
{
background-color: #543A81;
}
.BgClassName
{
background-color: #543A81;
}
</style>
border-color css
<style>
span { border-color: #543A81; }
span { border-color: rgb(84,58,129); }
td.TdClassName
{
border-color: #543A81;
}
.TagClassName
{
border-color: #543A81;
}
</style>