Shades of Kingfisher Daisy #542F78
Tints of Kingfisher Daisy #542F78
RGB
CMYK
RGB Variations
Color information
#542F78 (or 0x542F78) is known color: Kingfisher Daisy. HEX triplet: 54, 2F and 78. RGB value is (84,47,120). Sum of RGB (Red+Green+Blue) = 84+47+120=251 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.47% from 251); Green value is 47 (18.75% from 255 or 18.73% from 251); Blue value is 120 (47.27% from 255 or 47.81% from 251); Max value from RGB is 120 - color contains mainly: blue. Hex color #542F78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542F78 is #ABD087. Grayscale: #424242. Windows color (decimal): -11260040 or 7876436. OLE color: 7876436.
HSL color Cylindrical-coordinate representation of color #542F78: hue angle of 270.41º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #542F78 is Cyan = 0.3, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 84 | 47 | 120 | - |
| CMYK | 0.3 | 0.61 | 0 | 0.53 |
| HSL | 270.41º | 0.44% | 0.33% | - |
| HSV(B) | 270.41º | 0.61% | 0.47% | - |
| XYZ | 8.06 | 5.27 | 18.36 | - |
| YUV | 66.39 | 158.26 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 120 | 0.3 | 0.61 | 0 | 0.53 | 270.41 | 0.44 | 0.33 |
| Hex | 54 | 2F | 78 | 1E | 3D | 0 | 35 | 10E | 2C | 21 |
| Octal | 124 | 57 | 170 | 36 | 75 | 0 | 65 | 416 | 54 | 41 |
| Binary | 1010100 | 101111 | 1111000 | 11110 | 111101 | 0 | 110101 | 100001110 | 101100 | 100001 |
Color Harmonies of #542F78
Complementary color
Monochromatic Colors of #542F78
Black with #542F78
Text Example
Text Example
White with #542F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542F78; }
p { color: rgb(84,47,120); }
H1.HeaderClassName
{
color: #542F78;
}
.AnyTagClassName
{
color: #542F78;
}
</style>
background-color css
<style>
a { background-color: #542F78; }
a { background-color: rgb(84,47,120); }
div.DivClassName
{
background-color: #542F78;
}
.BgClassName
{
background-color: #542F78;
}
</style>
border-color css
<style>
span { border-color: #542F78; }
span { border-color: rgb(84,47,120); }
td.TdClassName
{
border-color: #542F78;
}
.TagClassName
{
border-color: #542F78;
}
</style>