Shades of Butterfly Bush #65527B
Tints of Butterfly Bush #65527B
RGB
CMYK
RGB Variations
Color information
#65527B (or 0x65527B) is known color: Butterfly Bush. HEX triplet: 65, 52 and 7B. RGB value is (101,82,123). Sum of RGB (Red+Green+Blue) = 101+82+123=306 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.01% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 123 - color contains mainly: blue. Hex color #65527B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65527B is #9AAD84. Grayscale: #5C5C5C. Windows color (decimal): -10136965 or 8082021. OLE color: 8082021.
HSL color Cylindrical-coordinate representation of color #65527B: hue angle of 267.8º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #65527B is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 82 | 123 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.52 |
| HSL | 267.8º | 0.2% | 0.4% | - |
| HSV(B) | 267.8º | 0.33% | 0.48% | - |
| XYZ | 11.96 | 10.23 | 20.08 | - |
| YUV | 92.36 | 145.29 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 82 | 123 | 0.18 | 0.33 | 0 | 0.52 | 267.8 | 0.2 | 0.4 |
| Hex | 65 | 52 | 7B | 12 | 21 | 0 | 34 | 10C | 14 | 28 |
| Octal | 145 | 122 | 173 | 22 | 41 | 0 | 64 | 414 | 24 | 50 |
| Binary | 1100101 | 1010010 | 1111011 | 10010 | 100001 | 0 | 110100 | 100001100 | 10100 | 101000 |
Color Harmonies of #65527B
Complementary color
Monochromatic Colors of #65527B
Black with #65527B
Text Example
Text Example
White with #65527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65527B; }
p { color: rgb(101,82,123); }
H1.HeaderClassName
{
color: #65527B;
}
.AnyTagClassName
{
color: #65527B;
}
</style>
background-color css
<style>
a { background-color: #65527B; }
a { background-color: rgb(101,82,123); }
div.DivClassName
{
background-color: #65527B;
}
.BgClassName
{
background-color: #65527B;
}
</style>
border-color css
<style>
span { border-color: #65527B; }
span { border-color: rgb(101,82,123); }
td.TdClassName
{
border-color: #65527B;
}
.TagClassName
{
border-color: #65527B;
}
</style>