Shades of Kingfisher Daisy #543385
Tints of Kingfisher Daisy #543385
RGB
CMYK
RGB Variations
Color information
#543385 (or 0x543385) is known color: Kingfisher Daisy. HEX triplet: 54, 33 and 85. RGB value is (84,51,133). Sum of RGB (Red+Green+Blue) = 84+51+133=268 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.34% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #543385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543385 is #ABCC7A. Grayscale: #454545. Windows color (decimal): -11259003 or 8729428. OLE color: 8729428.
HSL color Cylindrical-coordinate representation of color #543385: hue angle of 264.15º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #543385 is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 84 | 51 | 133 | - |
| CMYK | 0.37 | 0.62 | 0 | 0.48 |
| HSL | 264.15º | 0.45% | 0.36% | - |
| HSV(B) | 264.15º | 0.62% | 0.52% | - |
| XYZ | 9.07 | 5.95 | 22.86 | - |
| YUV | 70.22 | 163.43 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 51 | 133 | 0.37 | 0.62 | 0 | 0.48 | 264.15 | 0.45 | 0.36 |
| Hex | 54 | 33 | 85 | 25 | 3E | 0 | 30 | 108 | 2D | 24 |
| Octal | 124 | 63 | 205 | 45 | 76 | 0 | 60 | 410 | 55 | 44 |
| Binary | 1010100 | 110011 | 10000101 | 100101 | 111110 | 0 | 110000 | 100001000 | 101101 | 100100 |
Color Harmonies of #543385
Complementary color
Monochromatic Colors of #543385
Black with #543385
Text Example
Text Example
White with #543385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543385; }
p { color: rgb(84,51,133); }
H1.HeaderClassName
{
color: #543385;
}
.AnyTagClassName
{
color: #543385;
}
</style>
background-color css
<style>
a { background-color: #543385; }
a { background-color: rgb(84,51,133); }
div.DivClassName
{
background-color: #543385;
}
.BgClassName
{
background-color: #543385;
}
</style>
border-color css
<style>
span { border-color: #543385; }
span { border-color: rgb(84,51,133); }
td.TdClassName
{
border-color: #543385;
}
.TagClassName
{
border-color: #543385;
}
</style>