Shades of Daisy Bush #54269F
Tints of Daisy Bush #54269F
RGB
CMYK
RGB Variations
Color information
#54269F (or 0x54269F) is known color: Daisy Bush. HEX triplet: 54, 26 and 9F. RGB value is (84,38,159). Sum of RGB (Red+Green+Blue) = 84+38+159=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 159 (62.5% from 255 or 56.58% from 281); Max value from RGB is 159 - color contains mainly: blue. Hex color #54269F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54269F is #ABD960. Grayscale: #414141. Windows color (decimal): -11262305 or 10430036. OLE color: 10430036.
HSL color Cylindrical-coordinate representation of color #54269F: hue angle of 262.81º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #54269F is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 38 | 159 | - |
| CMYK | 0.47 | 0.76 | 0 | 0.38 |
| HSL | 262.81º | 0.61% | 0.39% | - |
| HSV(B) | 262.81º | 0.76% | 0.62% | - |
| XYZ | 10.61 | 5.77 | 33.36 | - |
| YUV | 65.55 | 180.74 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 38 | 159 | 0.47 | 0.76 | 0 | 0.38 | 262.81 | 0.61 | 0.39 |
| Hex | 54 | 26 | 9F | 2F | 4C | 0 | 26 | 107 | 3D | 27 |
| Octal | 124 | 46 | 237 | 57 | 114 | 0 | 46 | 407 | 75 | 47 |
| Binary | 1010100 | 100110 | 10011111 | 101111 | 1001100 | 0 | 100110 | 100000111 | 111101 | 100111 |
Color Harmonies of #54269F
Complementary color
Monochromatic Colors of #54269F
Black with #54269F
Text Example
Text Example
White with #54269F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54269F; }
p { color: rgb(84,38,159); }
H1.HeaderClassName
{
color: #54269F;
}
.AnyTagClassName
{
color: #54269F;
}
</style>
background-color css
<style>
a { background-color: #54269F; }
a { background-color: rgb(84,38,159); }
div.DivClassName
{
background-color: #54269F;
}
.BgClassName
{
background-color: #54269F;
}
</style>
border-color css
<style>
span { border-color: #54269F; }
span { border-color: rgb(84,38,159); }
td.TdClassName
{
border-color: #54269F;
}
.TagClassName
{
border-color: #54269F;
}
</style>