Shades of Kingfisher Daisy #54217F
Tints of Kingfisher Daisy #54217F
RGB
CMYK
RGB Variations
Color information
#54217F (or 0x54217F) is known color: Kingfisher Daisy. HEX triplet: 54, 21 and 7F. RGB value is (84,33,127). Sum of RGB (Red+Green+Blue) = 84+33+127=244 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.43% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 127 (50% from 255 or 52.05% from 244); Max value from RGB is 127 - color contains mainly: blue. Hex color #54217F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54217F is #ABDE80. Grayscale: #3A3A3A. Windows color (decimal): -11263617 or 8331604. OLE color: 8331604.
HSL color Cylindrical-coordinate representation of color #54217F: hue angle of 272.55º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #54217F is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 84 | 33 | 127 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.50 |
| HSL | 272.55º | 0.59% | 0.31% | - |
| HSV(B) | 272.55º | 0.74% | 0.5% | - |
| XYZ | 8.03 | 4.5 | 20.52 | - |
| YUV | 58.97 | 166.4 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 33 | 127 | 0.34 | 0.74 | 0 | 0.50 | 272.55 | 0.59 | 0.31 |
| Hex | 54 | 21 | 7F | 22 | 4A | 0 | 32 | 111 | 3B | 1F |
| Octal | 124 | 41 | 177 | 42 | 112 | 0 | 62 | 421 | 73 | 37 |
| Binary | 1010100 | 100001 | 1111111 | 100010 | 1001010 | 0 | 110010 | 100010001 | 111011 | 11111 |
Color Harmonies of #54217F
Complementary color
Monochromatic Colors of #54217F
Black with #54217F
Text Example
Text Example
White with #54217F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54217F; }
p { color: rgb(84,33,127); }
H1.HeaderClassName
{
color: #54217F;
}
.AnyTagClassName
{
color: #54217F;
}
</style>
background-color css
<style>
a { background-color: #54217F; }
a { background-color: rgb(84,33,127); }
div.DivClassName
{
background-color: #54217F;
}
.BgClassName
{
background-color: #54217F;
}
</style>
border-color css
<style>
span { border-color: #54217F; }
span { border-color: rgb(84,33,127); }
td.TdClassName
{
border-color: #54217F;
}
.TagClassName
{
border-color: #54217F;
}
</style>