Shades of Kingfisher Daisy #543C76
Tints of Kingfisher Daisy #543C76
RGB
CMYK
RGB Variations
Color information
#543C76 (or 0x543C76) is known color: Kingfisher Daisy. HEX triplet: 54, 3C and 76. RGB value is (84,60,118). Sum of RGB (Red+Green+Blue) = 84+60+118=262 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.06% from 262); Green value is 60 (23.83% from 255 or 22.90% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #543C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543C76 is #ABC389. Grayscale: #494949. Windows color (decimal): -11256714 or 7748692. OLE color: 7748692.
HSL color Cylindrical-coordinate representation of color #543C76: hue angle of 264.83º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #543C76 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 60 | 118 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.54 |
| HSL | 264.83º | 0.33% | 0.35% | - |
| HSV(B) | 264.83º | 0.49% | 0.46% | - |
| XYZ | 8.54 | 6.42 | 17.93 | - |
| YUV | 73.79 | 152.95 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 60 | 118 | 0.29 | 0.49 | 0 | 0.54 | 264.83 | 0.33 | 0.35 |
| Hex | 54 | 3C | 76 | 1D | 31 | 0 | 36 | 109 | 21 | 23 |
| Octal | 124 | 74 | 166 | 35 | 61 | 0 | 66 | 411 | 41 | 43 |
| Binary | 1010100 | 111100 | 1110110 | 11101 | 110001 | 0 | 110110 | 100001001 | 100001 | 100011 |
Color Harmonies of #543C76
Complementary color
Monochromatic Colors of #543C76
Black with #543C76
Text Example
Text Example
White with #543C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543C76; }
p { color: rgb(84,60,118); }
H1.HeaderClassName
{
color: #543C76;
}
.AnyTagClassName
{
color: #543C76;
}
</style>
background-color css
<style>
a { background-color: #543C76; }
a { background-color: rgb(84,60,118); }
div.DivClassName
{
background-color: #543C76;
}
.BgClassName
{
background-color: #543C76;
}
</style>
border-color css
<style>
span { border-color: #543C76; }
span { border-color: rgb(84,60,118); }
td.TdClassName
{
border-color: #543C76;
}
.TagClassName
{
border-color: #543C76;
}
</style>