Shades of Kingfisher Daisy #54308C
Tints of Kingfisher Daisy #54308C
RGB
CMYK
RGB Variations
Color information
#54308C (or 0x54308C) is known color: Kingfisher Daisy. HEX triplet: 54, 30 and 8C. RGB value is (84,48,140). Sum of RGB (Red+Green+Blue) = 84+48+140=272 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.88% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 140 (55.08% from 255 or 51.47% from 272); Max value from RGB is 140 - color contains mainly: blue. Hex color #54308C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54308C is #ABCF73. Grayscale: #444444. Windows color (decimal): -11259764 or 9187412. OLE color: 9187412.
HSL color Cylindrical-coordinate representation of color #54308C: hue angle of 263.48º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54308C is Cyan = 0.4, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 48 | 140 | - |
| CMYK | 0.4 | 0.66 | 0 | 0.45 |
| HSL | 263.48º | 0.49% | 0.37% | - |
| HSV(B) | 263.48º | 0.66% | 0.55% | - |
| XYZ | 9.45 | 5.89 | 25.45 | - |
| YUV | 69.25 | 167.93 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 48 | 140 | 0.4 | 0.66 | 0 | 0.45 | 263.48 | 0.49 | 0.37 |
| Hex | 54 | 30 | 8C | 28 | 42 | 0 | 2D | 107 | 31 | 25 |
| Octal | 124 | 60 | 214 | 50 | 102 | 0 | 55 | 407 | 61 | 45 |
| Binary | 1010100 | 110000 | 10001100 | 101000 | 1000010 | 0 | 101101 | 100000111 | 110001 | 100101 |
Color Harmonies of #54308C
Complementary color
Monochromatic Colors of #54308C
Black with #54308C
Text Example
Text Example
White with #54308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54308C; }
p { color: rgb(84,48,140); }
H1.HeaderClassName
{
color: #54308C;
}
.AnyTagClassName
{
color: #54308C;
}
</style>
background-color css
<style>
a { background-color: #54308C; }
a { background-color: rgb(84,48,140); }
div.DivClassName
{
background-color: #54308C;
}
.BgClassName
{
background-color: #54308C;
}
</style>
border-color css
<style>
span { border-color: #54308C; }
span { border-color: rgb(84,48,140); }
td.TdClassName
{
border-color: #54308C;
}
.TagClassName
{
border-color: #54308C;
}
</style>