Shades of Kingfisher Daisy #543D73
Tints of Kingfisher Daisy #543D73
RGB
CMYK
RGB Variations
Color information
#543D73 (or 0x543D73) is known color: Kingfisher Daisy. HEX triplet: 54, 3D and 73. RGB value is (84,61,115). Sum of RGB (Red+Green+Blue) = 84+61+115=260 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.31% from 260); Green value is 61 (24.22% from 255 or 23.46% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #543D73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543D73 is #ABC28C. Grayscale: #494949. Windows color (decimal): -11256461 or 7552340. OLE color: 7552340.
HSL color Cylindrical-coordinate representation of color #543D73: hue angle of 265.56º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #543D73 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 61 | 115 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.55 |
| HSL | 265.56º | 0.31% | 0.35% | - |
| HSV(B) | 265.56º | 0.47% | 0.45% | - |
| XYZ | 8.42 | 6.46 | 17.02 | - |
| YUV | 74.03 | 151.12 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 61 | 115 | 0.27 | 0.47 | 0 | 0.55 | 265.56 | 0.31 | 0.35 |
| Hex | 54 | 3D | 73 | 1B | 2F | 0 | 37 | 10A | 1F | 23 |
| Octal | 124 | 75 | 163 | 33 | 57 | 0 | 67 | 412 | 37 | 43 |
| Binary | 1010100 | 111101 | 1110011 | 11011 | 101111 | 0 | 110111 | 100001010 | 11111 | 100011 |
Color Harmonies of #543D73
Complementary color
Monochromatic Colors of #543D73
Black with #543D73
Text Example
Text Example
White with #543D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543D73; }
p { color: rgb(84,61,115); }
H1.HeaderClassName
{
color: #543D73;
}
.AnyTagClassName
{
color: #543D73;
}
</style>
background-color css
<style>
a { background-color: #543D73; }
a { background-color: rgb(84,61,115); }
div.DivClassName
{
background-color: #543D73;
}
.BgClassName
{
background-color: #543D73;
}
</style>
border-color css
<style>
span { border-color: #543D73; }
span { border-color: rgb(84,61,115); }
td.TdClassName
{
border-color: #543D73;
}
.TagClassName
{
border-color: #543D73;
}
</style>