Shades of Kingfisher Daisy #54317A
Tints of Kingfisher Daisy #54317A
RGB
CMYK
RGB Variations
Color information
#54317A (or 0x54317A) is known color: Kingfisher Daisy. HEX triplet: 54, 31 and 7A. RGB value is (84,49,122). Sum of RGB (Red+Green+Blue) = 84+49+122=255 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.94% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 122 (48.05% from 255 or 47.84% from 255); Max value from RGB is 122 - color contains mainly: blue. Hex color #54317A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54317A is #ABCE85. Grayscale: #434343. Windows color (decimal): -11259526 or 8008020. OLE color: 8008020.
HSL color Cylindrical-coordinate representation of color #54317A: hue angle of 268.77º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54317A is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 49 | 122 | - |
| CMYK | 0.31 | 0.60 | 0 | 0.52 |
| HSL | 268.77º | 0.43% | 0.34% | - |
| HSV(B) | 268.77º | 0.6% | 0.48% | - |
| XYZ | 8.27 | 5.49 | 19.04 | - |
| YUV | 67.79 | 158.6 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 49 | 122 | 0.31 | 0.60 | 0 | 0.52 | 268.77 | 0.43 | 0.34 |
| Hex | 54 | 31 | 7A | 1F | 3C | 0 | 34 | 10D | 2B | 22 |
| Octal | 124 | 61 | 172 | 37 | 74 | 0 | 64 | 415 | 53 | 42 |
| Binary | 1010100 | 110001 | 1111010 | 11111 | 111100 | 0 | 110100 | 100001101 | 101011 | 100010 |
Color Harmonies of #54317A
Complementary color
Monochromatic Colors of #54317A
Black with #54317A
Text Example
Text Example
White with #54317A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54317A; }
p { color: rgb(84,49,122); }
H1.HeaderClassName
{
color: #54317A;
}
.AnyTagClassName
{
color: #54317A;
}
</style>
background-color css
<style>
a { background-color: #54317A; }
a { background-color: rgb(84,49,122); }
div.DivClassName
{
background-color: #54317A;
}
.BgClassName
{
background-color: #54317A;
}
</style>
border-color css
<style>
span { border-color: #54317A; }
span { border-color: rgb(84,49,122); }
td.TdClassName
{
border-color: #54317A;
}
.TagClassName
{
border-color: #54317A;
}
</style>