Shades of Kingfisher Daisy #542A8F
Tints of Kingfisher Daisy #542A8F
RGB
CMYK
RGB Variations
Color information
#542A8F (or 0x542A8F) is known color: Kingfisher Daisy. HEX triplet: 54, 2A and 8F. RGB value is (84,42,143). Sum of RGB (Red+Green+Blue) = 84+42+143=269 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.23% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 143 (56.25% from 255 or 53.16% from 269); Max value from RGB is 143 - color contains mainly: blue. Hex color #542A8F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542A8F is #ABD570. Grayscale: #414141. Windows color (decimal): -11261297 or 9382484. OLE color: 9382484.
HSL color Cylindrical-coordinate representation of color #542A8F: hue angle of 264.95º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #542A8F is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 42 | 143 | - |
| CMYK | 0.41 | 0.71 | 0 | 0.44 |
| HSL | 264.95º | 0.55% | 0.36% | - |
| HSV(B) | 264.95º | 0.71% | 0.56% | - |
| XYZ | 9.44 | 5.52 | 26.56 | - |
| YUV | 66.07 | 171.41 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 143 | 0.41 | 0.71 | 0 | 0.44 | 264.95 | 0.55 | 0.36 |
| Hex | 54 | 2A | 8F | 29 | 47 | 0 | 2C | 109 | 37 | 24 |
| Octal | 124 | 52 | 217 | 51 | 107 | 0 | 54 | 411 | 67 | 44 |
| Binary | 1010100 | 101010 | 10001111 | 101001 | 1000111 | 0 | 101100 | 100001001 | 110111 | 100100 |
Color Harmonies of #542A8F
Complementary color
Monochromatic Colors of #542A8F
Black with #542A8F
Text Example
Text Example
White with #542A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542A8F; }
p { color: rgb(84,42,143); }
H1.HeaderClassName
{
color: #542A8F;
}
.AnyTagClassName
{
color: #542A8F;
}
</style>
background-color css
<style>
a { background-color: #542A8F; }
a { background-color: rgb(84,42,143); }
div.DivClassName
{
background-color: #542A8F;
}
.BgClassName
{
background-color: #542A8F;
}
</style>
border-color css
<style>
span { border-color: #542A8F; }
span { border-color: rgb(84,42,143); }
td.TdClassName
{
border-color: #542A8F;
}
.TagClassName
{
border-color: #542A8F;
}
</style>