Shades of Kingfisher Daisy #542E82
Tints of Kingfisher Daisy #542E82
RGB
CMYK
RGB Variations
Color information
#542E82 (or 0x542E82) is known color: Kingfisher Daisy. HEX triplet: 54, 2E and 82. RGB value is (84,46,130). Sum of RGB (Red+Green+Blue) = 84+46+130=260 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.31% from 260); Green value is 46 (18.36% from 255 or 17.69% from 260); Blue value is 130 (51.17% from 255 or 50% from 260); Max value from RGB is 130 - color contains mainly: blue. Hex color #542E82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542E82 is #ABD17D. Grayscale: #424242. Windows color (decimal): -11260286 or 8531540. OLE color: 8531540.
HSL color Cylindrical-coordinate representation of color #542E82: hue angle of 267.14º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #542E82 is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 46 | 130 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.49 |
| HSL | 267.14º | 0.48% | 0.35% | - |
| HSV(B) | 267.14º | 0.65% | 0.51% | - |
| XYZ | 8.66 | 5.45 | 21.71 | - |
| YUV | 66.94 | 163.59 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 46 | 130 | 0.35 | 0.65 | 0 | 0.49 | 267.14 | 0.48 | 0.35 |
| Hex | 54 | 2E | 82 | 23 | 41 | 0 | 31 | 10B | 30 | 23 |
| Octal | 124 | 56 | 202 | 43 | 101 | 0 | 61 | 413 | 60 | 43 |
| Binary | 1010100 | 101110 | 10000010 | 100011 | 1000001 | 0 | 110001 | 100001011 | 110000 | 100011 |
Color Harmonies of #542E82
Complementary color
Monochromatic Colors of #542E82
Black with #542E82
Text Example
Text Example
White with #542E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542E82; }
p { color: rgb(84,46,130); }
H1.HeaderClassName
{
color: #542E82;
}
.AnyTagClassName
{
color: #542E82;
}
</style>
background-color css
<style>
a { background-color: #542E82; }
a { background-color: rgb(84,46,130); }
div.DivClassName
{
background-color: #542E82;
}
.BgClassName
{
background-color: #542E82;
}
</style>
border-color css
<style>
span { border-color: #542E82; }
span { border-color: rgb(84,46,130); }
td.TdClassName
{
border-color: #542E82;
}
.TagClassName
{
border-color: #542E82;
}
</style>