Shades of Kingfisher Daisy #54308D
Tints of Kingfisher Daisy #54308D
RGB
CMYK
RGB Variations
Color information
#54308D (or 0x54308D) is known color: Kingfisher Daisy. HEX triplet: 54, 30 and 8D. RGB value is (84,48,141). Sum of RGB (Red+Green+Blue) = 84+48+141=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 141 (55.47% from 255 or 51.65% from 273); Max value from RGB is 141 - color contains mainly: blue. Hex color #54308D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54308D is #ABCF72. Grayscale: #454545. Windows color (decimal): -11259763 or 9252948. OLE color: 9252948.
HSL color Cylindrical-coordinate representation of color #54308D: hue angle of 263.23º 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 #54308D is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 48 | 141 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.45 |
| HSL | 263.23º | 0.49% | 0.37% | - |
| HSV(B) | 263.23º | 0.66% | 0.55% | - |
| XYZ | 9.52 | 5.92 | 25.84 | - |
| YUV | 69.37 | 168.43 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 48 | 141 | 0.40 | 0.66 | 0 | 0.45 | 263.23 | 0.49 | 0.37 |
| Hex | 54 | 30 | 8D | 28 | 42 | 0 | 2D | 107 | 31 | 25 |
| Octal | 124 | 60 | 215 | 50 | 102 | 0 | 55 | 407 | 61 | 45 |
| Binary | 1010100 | 110000 | 10001101 | 101000 | 1000010 | 0 | 101101 | 100000111 | 110001 | 100101 |
Color Harmonies of #54308D
Complementary color
Monochromatic Colors of #54308D
Black with #54308D
Text Example
Text Example
White with #54308D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54308D; }
p { color: rgb(84,48,141); }
H1.HeaderClassName
{
color: #54308D;
}
.AnyTagClassName
{
color: #54308D;
}
</style>
background-color css
<style>
a { background-color: #54308D; }
a { background-color: rgb(84,48,141); }
div.DivClassName
{
background-color: #54308D;
}
.BgClassName
{
background-color: #54308D;
}
</style>
border-color css
<style>
span { border-color: #54308D; }
span { border-color: rgb(84,48,141); }
td.TdClassName
{
border-color: #54308D;
}
.TagClassName
{
border-color: #54308D;
}
</style>