Shades of Daisy Bush #54399D
Tints of Daisy Bush #54399D
RGB
CMYK
RGB Variations
Color information
#54399D (or 0x54399D) is known color: Daisy Bush. HEX triplet: 54, 39 and 9D. RGB value is (84,57,157). Sum of RGB (Red+Green+Blue) = 84+57+157=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #54399D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54399D is #ABC662. Grayscale: #4C4C4C. Windows color (decimal): -11257443 or 10303828. OLE color: 10303828.
HSL color Cylindrical-coordinate representation of color #54399D: hue angle of 256.2º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54399D is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 57 | 157 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.38 |
| HSL | 256.2º | 0.47% | 0.42% | - |
| HSV(B) | 256.2º | 0.64% | 0.62% | - |
| XYZ | 11.21 | 7.25 | 32.71 | - |
| YUV | 76.47 | 173.45 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 57 | 157 | 0.46 | 0.64 | 0 | 0.38 | 256.2 | 0.47 | 0.42 |
| Hex | 54 | 39 | 9D | 2E | 40 | 0 | 26 | 100 | 2F | 2A |
| Octal | 124 | 71 | 235 | 56 | 100 | 0 | 46 | 400 | 57 | 52 |
| Binary | 1010100 | 111001 | 10011101 | 101110 | 1000000 | 0 | 100110 | 100000000 | 101111 | 101010 |
Color Harmonies of #54399D
Complementary color
Monochromatic Colors of #54399D
Black with #54399D
Text Example
Text Example
White with #54399D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54399D; }
p { color: rgb(84,57,157); }
H1.HeaderClassName
{
color: #54399D;
}
.AnyTagClassName
{
color: #54399D;
}
</style>
background-color css
<style>
a { background-color: #54399D; }
a { background-color: rgb(84,57,157); }
div.DivClassName
{
background-color: #54399D;
}
.BgClassName
{
background-color: #54399D;
}
</style>
border-color css
<style>
span { border-color: #54399D; }
span { border-color: rgb(84,57,157); }
td.TdClassName
{
border-color: #54399D;
}
.TagClassName
{
border-color: #54399D;
}
</style>