Shades of Kingfisher Daisy #543485
Tints of Kingfisher Daisy #543485
RGB
CMYK
RGB Variations
Color information
#543485 (or 0x543485) is known color: Kingfisher Daisy. HEX triplet: 54, 34 and 85. RGB value is (84,52,133). Sum of RGB (Red+Green+Blue) = 84+52+133=269 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.23% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 133 (52.34% from 255 or 49.44% from 269); Max value from RGB is 133 - color contains mainly: blue. Hex color #543485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543485 is #ABCB7A. Grayscale: #464646. Windows color (decimal): -11258747 or 8729684. OLE color: 8729684.
HSL color Cylindrical-coordinate representation of color #543485: hue angle of 263.7º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #543485 is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 84 | 52 | 133 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.48 |
| HSL | 263.7º | 0.44% | 0.36% | - |
| HSV(B) | 263.7º | 0.61% | 0.52% | - |
| XYZ | 9.12 | 6.03 | 22.87 | - |
| YUV | 70.8 | 163.1 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 52 | 133 | 0.37 | 0.61 | 0 | 0.48 | 263.7 | 0.44 | 0.36 |
| Hex | 54 | 34 | 85 | 25 | 3D | 0 | 30 | 108 | 2C | 24 |
| Octal | 124 | 64 | 205 | 45 | 75 | 0 | 60 | 410 | 54 | 44 |
| Binary | 1010100 | 110100 | 10000101 | 100101 | 111101 | 0 | 110000 | 100001000 | 101100 | 100100 |
Color Harmonies of #543485
Complementary color
Monochromatic Colors of #543485
Black with #543485
Text Example
Text Example
White with #543485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543485; }
p { color: rgb(84,52,133); }
H1.HeaderClassName
{
color: #543485;
}
.AnyTagClassName
{
color: #543485;
}
</style>
background-color css
<style>
a { background-color: #543485; }
a { background-color: rgb(84,52,133); }
div.DivClassName
{
background-color: #543485;
}
.BgClassName
{
background-color: #543485;
}
</style>
border-color css
<style>
span { border-color: #543485; }
span { border-color: rgb(84,52,133); }
td.TdClassName
{
border-color: #543485;
}
.TagClassName
{
border-color: #543485;
}
</style>