Shades of Daisy Bush #65488E
Tints of Daisy Bush #65488E
RGB
CMYK
RGB Variations
Color information
#65488E (or 0x65488E) is known color: Daisy Bush. HEX triplet: 65, 48 and 8E. RGB value is (101,72,142). Sum of RGB (Red+Green+Blue) = 101+72+142=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 142 - color contains mainly: blue. Hex color #65488E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65488E is #9AB771. Grayscale: #585858. Windows color (decimal): -10139506 or 9324645. OLE color: 9324645.
HSL color Cylindrical-coordinate representation of color #65488E: hue angle of 264.86º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65488E is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 72 | 142 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.44 |
| HSL | 264.86º | 0.33% | 0.42% | - |
| HSV(B) | 264.86º | 0.49% | 0.56% | - |
| XYZ | 12.57 | 9.35 | 26.73 | - |
| YUV | 88.65 | 158.11 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 72 | 142 | 0.29 | 0.49 | 0 | 0.44 | 264.86 | 0.33 | 0.42 |
| Hex | 65 | 48 | 8E | 1D | 31 | 0 | 2C | 109 | 21 | 2A |
| Octal | 145 | 110 | 216 | 35 | 61 | 0 | 54 | 411 | 41 | 52 |
| Binary | 1100101 | 1001000 | 10001110 | 11101 | 110001 | 0 | 101100 | 100001001 | 100001 | 101010 |
Color Harmonies of #65488E
Complementary color
Monochromatic Colors of #65488E
Black with #65488E
Text Example
Text Example
White with #65488E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65488E; }
p { color: rgb(101,72,142); }
H1.HeaderClassName
{
color: #65488E;
}
.AnyTagClassName
{
color: #65488E;
}
</style>
background-color css
<style>
a { background-color: #65488E; }
a { background-color: rgb(101,72,142); }
div.DivClassName
{
background-color: #65488E;
}
.BgClassName
{
background-color: #65488E;
}
</style>
border-color css
<style>
span { border-color: #65488E; }
span { border-color: rgb(101,72,142); }
td.TdClassName
{
border-color: #65488E;
}
.TagClassName
{
border-color: #65488E;
}
</style>