Shades of Butterfly Bush #65588A
Tints of Butterfly Bush #65588A
RGB
CMYK
RGB Variations
Color information
#65588A (or 0x65588A) is known color: Butterfly Bush. HEX triplet: 65, 58 and 8A. RGB value is (101,88,138). Sum of RGB (Red+Green+Blue) = 101+88+138=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 138 - color contains mainly: blue. Hex color #65588A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65588A is #9AA775. Grayscale: #616161. Windows color (decimal): -10135414 or 9066597. OLE color: 9066597.
HSL color Cylindrical-coordinate representation of color #65588A: hue angle of 255.6º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65588A is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 88 | 138 | - |
| CMYK | 0.27 | 0.36 | 0 | 0.46 |
| HSL | 255.6º | 0.22% | 0.44% | - |
| HSV(B) | 255.6º | 0.36% | 0.54% | - |
| XYZ | 13.44 | 11.58 | 25.57 | - |
| YUV | 97.59 | 150.81 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 138 | 0.27 | 0.36 | 0 | 0.46 | 255.6 | 0.22 | 0.44 |
| Hex | 65 | 58 | 8A | 1B | 24 | 0 | 2E | 100 | 16 | 2C |
| Octal | 145 | 130 | 212 | 33 | 44 | 0 | 56 | 400 | 26 | 54 |
| Binary | 1100101 | 1011000 | 10001010 | 11011 | 100100 | 0 | 101110 | 100000000 | 10110 | 101100 |
Color Harmonies of #65588A
Complementary color
Monochromatic Colors of #65588A
Black with #65588A
Text Example
Text Example
White with #65588A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65588A; }
p { color: rgb(101,88,138); }
H1.HeaderClassName
{
color: #65588A;
}
.AnyTagClassName
{
color: #65588A;
}
</style>
background-color css
<style>
a { background-color: #65588A; }
a { background-color: rgb(101,88,138); }
div.DivClassName
{
background-color: #65588A;
}
.BgClassName
{
background-color: #65588A;
}
</style>
border-color css
<style>
span { border-color: #65588A; }
span { border-color: rgb(101,88,138); }
td.TdClassName
{
border-color: #65588A;
}
.TagClassName
{
border-color: #65588A;
}
</style>