Shades of Butterfly Bush #65588B
Tints of Butterfly Bush #65588B
RGB
CMYK
RGB Variations
Color information
#65588B (or 0x65588B) is known color: Butterfly Bush. HEX triplet: 65, 58 and 8B. RGB value is (101,88,139). Sum of RGB (Red+Green+Blue) = 101+88+139=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 139 - color contains mainly: blue. Hex color #65588B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65588B is #9AA774. Grayscale: #616161. Windows color (decimal): -10135413 or 9132133. OLE color: 9132133.
HSL color Cylindrical-coordinate representation of color #65588B: hue angle of 255.29º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #65588B is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 88 | 139 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.45 |
| HSL | 255.29º | 0.22% | 0.45% | - |
| HSV(B) | 255.29º | 0.37% | 0.55% | - |
| XYZ | 13.52 | 11.61 | 25.95 | - |
| YUV | 97.7 | 151.31 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 139 | 0.27 | 0.37 | 0 | 0.45 | 255.29 | 0.22 | 0.45 |
| Hex | 65 | 58 | 8B | 1B | 25 | 0 | 2D | FF | 16 | 2D |
| Octal | 145 | 130 | 213 | 33 | 45 | 0 | 55 | 377 | 26 | 55 |
| Binary | 1100101 | 1011000 | 10001011 | 11011 | 100101 | 0 | 101101 | 11111111 | 10110 | 101101 |
Color Harmonies of #65588B
Complementary color
Monochromatic Colors of #65588B
Black with #65588B
Text Example
Text Example
White with #65588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65588B; }
p { color: rgb(101,88,139); }
H1.HeaderClassName
{
color: #65588B;
}
.AnyTagClassName
{
color: #65588B;
}
</style>
background-color css
<style>
a { background-color: #65588B; }
a { background-color: rgb(101,88,139); }
div.DivClassName
{
background-color: #65588B;
}
.BgClassName
{
background-color: #65588B;
}
</style>
border-color css
<style>
span { border-color: #65588B; }
span { border-color: rgb(101,88,139); }
td.TdClassName
{
border-color: #65588B;
}
.TagClassName
{
border-color: #65588B;
}
</style>