Shades of Daisy Bush #54368B
Tints of Daisy Bush #54368B
RGB
CMYK
RGB Variations
Color information
#54368B (or 0x54368B) is known color: Daisy Bush. HEX triplet: 54, 36 and 8B. RGB value is (84,54,139). Sum of RGB (Red+Green+Blue) = 84+54+139=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #54368B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54368B is #ABC974. Grayscale: #484848. Windows color (decimal): -11258229 or 9123412. OLE color: 9123412.
HSL color Cylindrical-coordinate representation of color #54368B: hue angle of 261.18º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54368B is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 54 | 139 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.45 |
| HSL | 261.18º | 0.44% | 0.38% | - |
| HSV(B) | 261.18º | 0.61% | 0.55% | - |
| XYZ | 9.64 | 6.39 | 25.15 | - |
| YUV | 72.66 | 165.44 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 54 | 139 | 0.40 | 0.61 | 0 | 0.45 | 261.18 | 0.44 | 0.38 |
| Hex | 54 | 36 | 8B | 28 | 3D | 0 | 2D | 105 | 2C | 26 |
| Octal | 124 | 66 | 213 | 50 | 75 | 0 | 55 | 405 | 54 | 46 |
| Binary | 1010100 | 110110 | 10001011 | 101000 | 111101 | 0 | 101101 | 100000101 | 101100 | 100110 |
Color Harmonies of #54368B
Complementary color
Monochromatic Colors of #54368B
Black with #54368B
Text Example
Text Example
White with #54368B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54368B; }
p { color: rgb(84,54,139); }
H1.HeaderClassName
{
color: #54368B;
}
.AnyTagClassName
{
color: #54368B;
}
</style>
background-color css
<style>
a { background-color: #54368B; }
a { background-color: rgb(84,54,139); }
div.DivClassName
{
background-color: #54368B;
}
.BgClassName
{
background-color: #54368B;
}
</style>
border-color css
<style>
span { border-color: #54368B; }
span { border-color: rgb(84,54,139); }
td.TdClassName
{
border-color: #54368B;
}
.TagClassName
{
border-color: #54368B;
}
</style>