Shades of Kingfisher Daisy #542F8A
Tints of Kingfisher Daisy #542F8A
RGB
CMYK
RGB Variations
Color information
#542F8A (or 0x542F8A) is known color: Kingfisher Daisy. HEX triplet: 54, 2F and 8A. RGB value is (84,47,138). Sum of RGB (Red+Green+Blue) = 84+47+138=269 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.23% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 138 (54.30% from 255 or 51.30% from 269); Max value from RGB is 138 - color contains mainly: blue. Hex color #542F8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542F8A is #ABD075. Grayscale: #444444. Windows color (decimal): -11260022 or 9056084. OLE color: 9056084.
HSL color Cylindrical-coordinate representation of color #542F8A: hue angle of 264.4º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #542F8A is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 47 | 138 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.46 |
| HSL | 264.4º | 0.49% | 0.36% | - |
| HSV(B) | 264.4º | 0.66% | 0.54% | - |
| XYZ | 9.26 | 5.75 | 24.67 | - |
| YUV | 68.44 | 167.26 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 138 | 0.39 | 0.66 | 0 | 0.46 | 264.4 | 0.49 | 0.36 |
| Hex | 54 | 2F | 8A | 27 | 42 | 0 | 2E | 108 | 31 | 24 |
| Octal | 124 | 57 | 212 | 47 | 102 | 0 | 56 | 410 | 61 | 44 |
| Binary | 1010100 | 101111 | 10001010 | 100111 | 1000010 | 0 | 101110 | 100001000 | 110001 | 100100 |
Color Harmonies of #542F8A
Complementary color
Monochromatic Colors of #542F8A
Black with #542F8A
Text Example
Text Example
White with #542F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542F8A; }
p { color: rgb(84,47,138); }
H1.HeaderClassName
{
color: #542F8A;
}
.AnyTagClassName
{
color: #542F8A;
}
</style>
background-color css
<style>
a { background-color: #542F8A; }
a { background-color: rgb(84,47,138); }
div.DivClassName
{
background-color: #542F8A;
}
.BgClassName
{
background-color: #542F8A;
}
</style>
border-color css
<style>
span { border-color: #542F8A; }
span { border-color: rgb(84,47,138); }
td.TdClassName
{
border-color: #542F8A;
}
.TagClassName
{
border-color: #542F8A;
}
</style>