Shades of Daisy Bush #54368F
Tints of Daisy Bush #54368F
RGB
CMYK
RGB Variations
Color information
#54368F (or 0x54368F) is known color: Daisy Bush. HEX triplet: 54, 36 and 8F. RGB value is (84,54,143). Sum of RGB (Red+Green+Blue) = 84+54+143=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 143 (56.25% from 255 or 50.89% from 281); Max value from RGB is 143 - color contains mainly: blue. Hex color #54368F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54368F is #ABC970. Grayscale: #484848. Windows color (decimal): -11258225 or 9385556. OLE color: 9385556.
HSL color Cylindrical-coordinate representation of color #54368F: hue angle of 260.22º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54368F is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 54 | 143 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.44 |
| HSL | 260.22º | 0.45% | 0.39% | - |
| HSV(B) | 260.22º | 0.62% | 0.56% | - |
| XYZ | 9.93 | 6.51 | 26.72 | - |
| YUV | 73.12 | 167.44 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 54 | 143 | 0.41 | 0.62 | 0 | 0.44 | 260.22 | 0.45 | 0.39 |
| Hex | 54 | 36 | 8F | 29 | 3E | 0 | 2C | 104 | 2D | 27 |
| Octal | 124 | 66 | 217 | 51 | 76 | 0 | 54 | 404 | 55 | 47 |
| Binary | 1010100 | 110110 | 10001111 | 101001 | 111110 | 0 | 101100 | 100000100 | 101101 | 100111 |
Color Harmonies of #54368F
Complementary color
Monochromatic Colors of #54368F
Black with #54368F
Text Example
Text Example
White with #54368F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54368F; }
p { color: rgb(84,54,143); }
H1.HeaderClassName
{
color: #54368F;
}
.AnyTagClassName
{
color: #54368F;
}
</style>
background-color css
<style>
a { background-color: #54368F; }
a { background-color: rgb(84,54,143); }
div.DivClassName
{
background-color: #54368F;
}
.BgClassName
{
background-color: #54368F;
}
</style>
border-color css
<style>
span { border-color: #54368F; }
span { border-color: rgb(84,54,143); }
td.TdClassName
{
border-color: #54368F;
}
.TagClassName
{
border-color: #54368F;
}
</style>