Shades of Kingfisher Daisy #543B75
Tints of Kingfisher Daisy #543B75
RGB
CMYK
RGB Variations
Color information
#543B75 (or 0x543B75) is known color: Kingfisher Daisy. HEX triplet: 54, 3B and 75. RGB value is (84,59,117). Sum of RGB (Red+Green+Blue) = 84+59+117=260 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.31% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 117 - color contains mainly: blue. Hex color #543B75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543B75 is #ABC48A. Grayscale: #484848. Windows color (decimal): -11256971 or 7682900. OLE color: 7682900.
HSL color Cylindrical-coordinate representation of color #543B75: hue angle of 265.86º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #543B75 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 59 | 117 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.54 |
| HSL | 265.86º | 0.33% | 0.35% | - |
| HSV(B) | 265.86º | 0.5% | 0.46% | - |
| XYZ | 8.43 | 6.3 | 17.6 | - |
| YUV | 73.09 | 152.78 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 59 | 117 | 0.28 | 0.50 | 0 | 0.54 | 265.86 | 0.33 | 0.35 |
| Hex | 54 | 3B | 75 | 1C | 32 | 0 | 36 | 10A | 21 | 23 |
| Octal | 124 | 73 | 165 | 34 | 62 | 0 | 66 | 412 | 41 | 43 |
| Binary | 1010100 | 111011 | 1110101 | 11100 | 110010 | 0 | 110110 | 100001010 | 100001 | 100011 |
Color Harmonies of #543B75
Complementary color
Monochromatic Colors of #543B75
Black with #543B75
Text Example
Text Example
White with #543B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543B75; }
p { color: rgb(84,59,117); }
H1.HeaderClassName
{
color: #543B75;
}
.AnyTagClassName
{
color: #543B75;
}
</style>
background-color css
<style>
a { background-color: #543B75; }
a { background-color: rgb(84,59,117); }
div.DivClassName
{
background-color: #543B75;
}
.BgClassName
{
background-color: #543B75;
}
</style>
border-color css
<style>
span { border-color: #543B75; }
span { border-color: rgb(84,59,117); }
td.TdClassName
{
border-color: #543B75;
}
.TagClassName
{
border-color: #543B75;
}
</style>