Shades of Daisy Bush #654589
Tints of Daisy Bush #654589
RGB
CMYK
RGB Variations
Color information
#654589 (or 0x654589) is known color: Daisy Bush. HEX triplet: 65, 45 and 89. RGB value is (101,69,137). Sum of RGB (Red+Green+Blue) = 101+69+137=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 137 - color contains mainly: blue. Hex color #654589 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654589 is #9ABA76. Grayscale: #565656. Windows color (decimal): -10140279 or 8996197. OLE color: 8996197.
HSL color Cylindrical-coordinate representation of color #654589: hue angle of 268.24º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #654589 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 69 | 137 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.46 |
| HSL | 268.24º | 0.33% | 0.4% | - |
| HSV(B) | 268.24º | 0.5% | 0.54% | - |
| XYZ | 12.01 | 8.83 | 24.74 | - |
| YUV | 86.32 | 156.6 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 69 | 137 | 0.26 | 0.50 | 0 | 0.46 | 268.24 | 0.33 | 0.4 |
| Hex | 65 | 45 | 89 | 1A | 32 | 0 | 2E | 10C | 21 | 28 |
| Octal | 145 | 105 | 211 | 32 | 62 | 0 | 56 | 414 | 41 | 50 |
| Binary | 1100101 | 1000101 | 10001001 | 11010 | 110010 | 0 | 101110 | 100001100 | 100001 | 101000 |
Color Harmonies of #654589
Complementary color
Monochromatic Colors of #654589
Black with #654589
Text Example
Text Example
White with #654589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654589; }
p { color: rgb(101,69,137); }
H1.HeaderClassName
{
color: #654589;
}
.AnyTagClassName
{
color: #654589;
}
</style>
background-color css
<style>
a { background-color: #654589; }
a { background-color: rgb(101,69,137); }
div.DivClassName
{
background-color: #654589;
}
.BgClassName
{
background-color: #654589;
}
</style>
border-color css
<style>
span { border-color: #654589; }
span { border-color: rgb(101,69,137); }
td.TdClassName
{
border-color: #654589;
}
.TagClassName
{
border-color: #654589;
}
</style>