Shades of Kingfisher Daisy #542F82
Tints of Kingfisher Daisy #542F82
RGB
CMYK
RGB Variations
Color information
#542F82 (or 0x542F82) is known color: Kingfisher Daisy. HEX triplet: 54, 2F and 82. RGB value is (84,47,130). Sum of RGB (Red+Green+Blue) = 84+47+130=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 130 (51.17% from 255 or 49.81% from 261); Max value from RGB is 130 - color contains mainly: blue. Hex color #542F82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542F82 is #ABD07D. Grayscale: #434343. Windows color (decimal): -11260030 or 8531796. OLE color: 8531796.
HSL color Cylindrical-coordinate representation of color #542F82: hue angle of 266.75º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #542F82 is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 47 | 130 | - |
| CMYK | 0.35 | 0.64 | 0 | 0.49 |
| HSL | 266.75º | 0.47% | 0.35% | - |
| HSV(B) | 266.75º | 0.64% | 0.51% | - |
| XYZ | 8.7 | 5.53 | 21.73 | - |
| YUV | 67.53 | 163.26 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 130 | 0.35 | 0.64 | 0 | 0.49 | 266.75 | 0.47 | 0.35 |
| Hex | 54 | 2F | 82 | 23 | 40 | 0 | 31 | 10B | 2F | 23 |
| Octal | 124 | 57 | 202 | 43 | 100 | 0 | 61 | 413 | 57 | 43 |
| Binary | 1010100 | 101111 | 10000010 | 100011 | 1000000 | 0 | 110001 | 100001011 | 101111 | 100011 |
Color Harmonies of #542F82
Complementary color
Monochromatic Colors of #542F82
Black with #542F82
Text Example
Text Example
White with #542F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542F82; }
p { color: rgb(84,47,130); }
H1.HeaderClassName
{
color: #542F82;
}
.AnyTagClassName
{
color: #542F82;
}
</style>
background-color css
<style>
a { background-color: #542F82; }
a { background-color: rgb(84,47,130); }
div.DivClassName
{
background-color: #542F82;
}
.BgClassName
{
background-color: #542F82;
}
</style>
border-color css
<style>
span { border-color: #542F82; }
span { border-color: rgb(84,47,130); }
td.TdClassName
{
border-color: #542F82;
}
.TagClassName
{
border-color: #542F82;
}
</style>