Shades of Daisy Bush #54369F
Tints of Daisy Bush #54369F
RGB
CMYK
RGB Variations
Color information
#54369F (or 0x54369F) is known color: Daisy Bush. HEX triplet: 54, 36 and 9F. RGB value is (84,54,159). Sum of RGB (Red+Green+Blue) = 84+54+159=297 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.28% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #54369F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54369F is #ABC960. Grayscale: #4A4A4A. Windows color (decimal): -11258209 or 10434132. OLE color: 10434132.
HSL color Cylindrical-coordinate representation of color #54369F: hue angle of 257.14º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54369F is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 54 | 159 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.38 |
| HSL | 257.14º | 0.49% | 0.42% | - |
| HSV(B) | 257.14º | 0.66% | 0.62% | - |
| XYZ | 11.23 | 7.03 | 33.57 | - |
| YUV | 74.94 | 175.44 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 54 | 159 | 0.47 | 0.66 | 0 | 0.38 | 257.14 | 0.49 | 0.42 |
| Hex | 54 | 36 | 9F | 2F | 42 | 0 | 26 | 101 | 31 | 2A |
| Octal | 124 | 66 | 237 | 57 | 102 | 0 | 46 | 401 | 61 | 52 |
| Binary | 1010100 | 110110 | 10011111 | 101111 | 1000010 | 0 | 100110 | 100000001 | 110001 | 101010 |
Color Harmonies of #54369F
Complementary color
Monochromatic Colors of #54369F
Black with #54369F
Text Example
Text Example
White with #54369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54369F; }
p { color: rgb(84,54,159); }
H1.HeaderClassName
{
color: #54369F;
}
.AnyTagClassName
{
color: #54369F;
}
</style>
background-color css
<style>
a { background-color: #54369F; }
a { background-color: rgb(84,54,159); }
div.DivClassName
{
background-color: #54369F;
}
.BgClassName
{
background-color: #54369F;
}
</style>
border-color css
<style>
span { border-color: #54369F; }
span { border-color: rgb(84,54,159); }
td.TdClassName
{
border-color: #54369F;
}
.TagClassName
{
border-color: #54369F;
}
</style>