Shades of Daisy Bush #653A92
Tints of Daisy Bush #653A92
RGB
CMYK
RGB Variations
Color information
#653A92 (or 0x653A92) is known color: Daisy Bush. HEX triplet: 65, 3A and 92. RGB value is (101,58,146). Sum of RGB (Red+Green+Blue) = 101+58+146=305 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.11% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #653A92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653A92 is #9AC56D. Grayscale: #505050. Windows color (decimal): -10143086 or 9583205. OLE color: 9583205.
HSL color Cylindrical-coordinate representation of color #653A92: hue angle of 269.32º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #653A92 is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 58 | 146 | - |
| CMYK | 0.31 | 0.60 | 0 | 0.43 |
| HSL | 269.32º | 0.43% | 0.4% | - |
| HSV(B) | 269.32º | 0.6% | 0.57% | - |
| XYZ | 12.07 | 7.87 | 28.08 | - |
| YUV | 80.89 | 164.75 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 58 | 146 | 0.31 | 0.60 | 0 | 0.43 | 269.32 | 0.43 | 0.4 |
| Hex | 65 | 3A | 92 | 1F | 3C | 0 | 2B | 10D | 2B | 28 |
| Octal | 145 | 72 | 222 | 37 | 74 | 0 | 53 | 415 | 53 | 50 |
| Binary | 1100101 | 111010 | 10010010 | 11111 | 111100 | 0 | 101011 | 100001101 | 101011 | 101000 |
Color Harmonies of #653A92
Complementary color
Monochromatic Colors of #653A92
Black with #653A92
Text Example
Text Example
White with #653A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653A92; }
p { color: rgb(101,58,146); }
H1.HeaderClassName
{
color: #653A92;
}
.AnyTagClassName
{
color: #653A92;
}
</style>
background-color css
<style>
a { background-color: #653A92; }
a { background-color: rgb(101,58,146); }
div.DivClassName
{
background-color: #653A92;
}
.BgClassName
{
background-color: #653A92;
}
</style>
border-color css
<style>
span { border-color: #653A92; }
span { border-color: rgb(101,58,146); }
td.TdClassName
{
border-color: #653A92;
}
.TagClassName
{
border-color: #653A92;
}
</style>