Shades of Kingfisher Daisy #54208F
Tints of Kingfisher Daisy #54208F
RGB
CMYK
RGB Variations
Color information
#54208F (or 0x54208F) is known color: Kingfisher Daisy. HEX triplet: 54, 20 and 8F. RGB value is (84,32,143). Sum of RGB (Red+Green+Blue) = 84+32+143=259 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.43% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 143 (56.25% from 255 or 55.21% from 259); Max value from RGB is 143 - color contains mainly: blue. Hex color #54208F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54208F is #ABDF70. Grayscale: #3B3B3B. Windows color (decimal): -11263857 or 9379924. OLE color: 9379924.
HSL color Cylindrical-coordinate representation of color #54208F: hue angle of 268.11º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #54208F is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 32 | 143 | - |
| CMYK | 0.41 | 0.78 | 0 | 0.44 |
| HSL | 268.11º | 0.63% | 0.34% | - |
| HSV(B) | 268.11º | 0.78% | 0.56% | - |
| XYZ | 9.13 | 4.9 | 26.45 | - |
| YUV | 60.2 | 174.73 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 32 | 143 | 0.41 | 0.78 | 0 | 0.44 | 268.11 | 0.63 | 0.34 |
| Hex | 54 | 20 | 8F | 29 | 4E | 0 | 2C | 10C | 3F | 22 |
| Octal | 124 | 40 | 217 | 51 | 116 | 0 | 54 | 414 | 77 | 42 |
| Binary | 1010100 | 100000 | 10001111 | 101001 | 1001110 | 0 | 101100 | 100001100 | 111111 | 100010 |
Color Harmonies of #54208F
Complementary color
Monochromatic Colors of #54208F
Black with #54208F
Text Example
Text Example
White with #54208F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54208F; }
p { color: rgb(84,32,143); }
H1.HeaderClassName
{
color: #54208F;
}
.AnyTagClassName
{
color: #54208F;
}
</style>
background-color css
<style>
a { background-color: #54208F; }
a { background-color: rgb(84,32,143); }
div.DivClassName
{
background-color: #54208F;
}
.BgClassName
{
background-color: #54208F;
}
</style>
border-color css
<style>
span { border-color: #54208F; }
span { border-color: rgb(84,32,143); }
td.TdClassName
{
border-color: #54208F;
}
.TagClassName
{
border-color: #54208F;
}
</style>