Shades of Kingfisher Daisy #543D76
Tints of Kingfisher Daisy #543D76
RGB
CMYK
RGB Variations
Color information
#543D76 (or 0x543D76) is known color: Kingfisher Daisy. HEX triplet: 54, 3D and 76. RGB value is (84,61,118). Sum of RGB (Red+Green+Blue) = 84+61+118=263 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.94% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 118 - color contains mainly: blue. Hex color #543D76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543D76 is #ABC289. Grayscale: #4A4A4A. Windows color (decimal): -11256458 or 7748948. OLE color: 7748948.
HSL color Cylindrical-coordinate representation of color #543D76: hue angle of 264.21º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #543D76 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 61 | 118 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.54 |
| HSL | 264.21º | 0.32% | 0.35% | - |
| HSV(B) | 264.21º | 0.48% | 0.46% | - |
| XYZ | 8.59 | 6.53 | 17.95 | - |
| YUV | 74.38 | 152.62 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 61 | 118 | 0.29 | 0.48 | 0 | 0.54 | 264.21 | 0.32 | 0.35 |
| Hex | 54 | 3D | 76 | 1D | 30 | 0 | 36 | 108 | 20 | 23 |
| Octal | 124 | 75 | 166 | 35 | 60 | 0 | 66 | 410 | 40 | 43 |
| Binary | 1010100 | 111101 | 1110110 | 11101 | 110000 | 0 | 110110 | 100001000 | 100000 | 100011 |
Color Harmonies of #543D76
Complementary color
Monochromatic Colors of #543D76
Black with #543D76
Text Example
Text Example
White with #543D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543D76; }
p { color: rgb(84,61,118); }
H1.HeaderClassName
{
color: #543D76;
}
.AnyTagClassName
{
color: #543D76;
}
</style>
background-color css
<style>
a { background-color: #543D76; }
a { background-color: rgb(84,61,118); }
div.DivClassName
{
background-color: #543D76;
}
.BgClassName
{
background-color: #543D76;
}
</style>
border-color css
<style>
span { border-color: #543D76; }
span { border-color: rgb(84,61,118); }
td.TdClassName
{
border-color: #543D76;
}
.TagClassName
{
border-color: #543D76;
}
</style>