Shades of Butterfly Bush #60527E
Tints of Butterfly Bush #60527E
RGB
CMYK
RGB Variations
Color information
#60527E (or 0x60527E) is known color: Butterfly Bush. HEX triplet: 60, 52 and 7E. RGB value is (96,82,126). Sum of RGB (Red+Green+Blue) = 96+82+126=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 126 - color contains mainly: blue. Hex color #60527E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60527E is #9FAD81. Grayscale: #5B5B5B. Windows color (decimal): -10464642 or 8278624. OLE color: 8278624.
HSL color Cylindrical-coordinate representation of color #60527E: hue angle of 259.09º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #60527E is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 82 | 126 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.51 |
| HSL | 259.09º | 0.21% | 0.41% | - |
| HSV(B) | 259.09º | 0.35% | 0.49% | - |
| XYZ | 11.61 | 10.03 | 21.06 | - |
| YUV | 91.2 | 147.64 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 82 | 126 | 0.24 | 0.35 | 0 | 0.51 | 259.09 | 0.21 | 0.41 |
| Hex | 60 | 52 | 7E | 18 | 23 | 0 | 33 | 103 | 15 | 29 |
| Octal | 140 | 122 | 176 | 30 | 43 | 0 | 63 | 403 | 25 | 51 |
| Binary | 1100000 | 1010010 | 1111110 | 11000 | 100011 | 0 | 110011 | 100000011 | 10101 | 101001 |
Color Harmonies of #60527E
Complementary color
Monochromatic Colors of #60527E
Black with #60527E
Text Example
Text Example
White with #60527E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60527E; }
p { color: rgb(96,82,126); }
H1.HeaderClassName
{
color: #60527E;
}
.AnyTagClassName
{
color: #60527E;
}
</style>
background-color css
<style>
a { background-color: #60527E; }
a { background-color: rgb(96,82,126); }
div.DivClassName
{
background-color: #60527E;
}
.BgClassName
{
background-color: #60527E;
}
</style>
border-color css
<style>
span { border-color: #60527E; }
span { border-color: rgb(96,82,126); }
td.TdClassName
{
border-color: #60527E;
}
.TagClassName
{
border-color: #60527E;
}
</style>