Shades of Kingfisher Daisy #542C90
Tints of Kingfisher Daisy #542C90
RGB
CMYK
RGB Variations
Color information
#542C90 (or 0x542C90) is known color: Kingfisher Daisy. HEX triplet: 54, 2C and 90. RGB value is (84,44,144). Sum of RGB (Red+Green+Blue) = 84+44+144=272 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.88% from 272); Green value is 44 (17.58% from 255 or 16.18% from 272); Blue value is 144 (56.64% from 255 or 52.94% from 272); Max value from RGB is 144 - color contains mainly: blue. Hex color #542C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542C90 is #ABD36F. Grayscale: #434343. Windows color (decimal): -11260784 or 9448532. OLE color: 9448532.
HSL color Cylindrical-coordinate representation of color #542C90: hue angle of 264º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #542C90 is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 44 | 144 | - |
| CMYK | 0.42 | 0.69 | 0 | 0.44 |
| HSL | 264º | 0.53% | 0.37% | - |
| HSV(B) | 264º | 0.69% | 0.56% | - |
| XYZ | 9.59 | 5.7 | 26.98 | - |
| YUV | 67.36 | 171.25 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 44 | 144 | 0.42 | 0.69 | 0 | 0.44 | 264 | 0.53 | 0.37 |
| Hex | 54 | 2C | 90 | 2A | 45 | 0 | 2C | 108 | 35 | 25 |
| Octal | 124 | 54 | 220 | 52 | 105 | 0 | 54 | 410 | 65 | 45 |
| Binary | 1010100 | 101100 | 10010000 | 101010 | 1000101 | 0 | 101100 | 100001000 | 110101 | 100101 |
Color Harmonies of #542C90
Complementary color
Monochromatic Colors of #542C90
Black with #542C90
Text Example
Text Example
White with #542C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542C90; }
p { color: rgb(84,44,144); }
H1.HeaderClassName
{
color: #542C90;
}
.AnyTagClassName
{
color: #542C90;
}
</style>
background-color css
<style>
a { background-color: #542C90; }
a { background-color: rgb(84,44,144); }
div.DivClassName
{
background-color: #542C90;
}
.BgClassName
{
background-color: #542C90;
}
</style>
border-color css
<style>
span { border-color: #542C90; }
span { border-color: rgb(84,44,144); }
td.TdClassName
{
border-color: #542C90;
}
.TagClassName
{
border-color: #542C90;
}
</style>