Shades of Kingfisher Daisy #54278A
Tints of Kingfisher Daisy #54278A
RGB
CMYK
RGB Variations
Color information
#54278A (or 0x54278A) is known color: Kingfisher Daisy. HEX triplet: 54, 27 and 8A. RGB value is (84,39,138). Sum of RGB (Red+Green+Blue) = 84+39+138=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #54278A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54278A is #ABD875. Grayscale: #3F3F3F. Windows color (decimal): -11262070 or 9054036. OLE color: 9054036.
HSL color Cylindrical-coordinate representation of color #54278A: hue angle of 267.27º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #54278A is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 39 | 138 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.46 |
| HSL | 267.27º | 0.56% | 0.35% | - |
| HSV(B) | 267.27º | 0.72% | 0.54% | - |
| XYZ | 8.97 | 5.17 | 24.57 | - |
| YUV | 63.74 | 169.91 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 39 | 138 | 0.39 | 0.72 | 0 | 0.46 | 267.27 | 0.56 | 0.35 |
| Hex | 54 | 27 | 8A | 27 | 48 | 0 | 2E | 10B | 38 | 23 |
| Octal | 124 | 47 | 212 | 47 | 110 | 0 | 56 | 413 | 70 | 43 |
| Binary | 1010100 | 100111 | 10001010 | 100111 | 1001000 | 0 | 101110 | 100001011 | 111000 | 100011 |
Color Harmonies of #54278A
Complementary color
Monochromatic Colors of #54278A
Black with #54278A
Text Example
Text Example
White with #54278A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54278A; }
p { color: rgb(84,39,138); }
H1.HeaderClassName
{
color: #54278A;
}
.AnyTagClassName
{
color: #54278A;
}
</style>
background-color css
<style>
a { background-color: #54278A; }
a { background-color: rgb(84,39,138); }
div.DivClassName
{
background-color: #54278A;
}
.BgClassName
{
background-color: #54278A;
}
</style>
border-color css
<style>
span { border-color: #54278A; }
span { border-color: rgb(84,39,138); }
td.TdClassName
{
border-color: #54278A;
}
.TagClassName
{
border-color: #54278A;
}
</style>