Shades of Butterfly Bush #60528B
Tints of Butterfly Bush #60528B
RGB
CMYK
RGB Variations
Color information
#60528B (or 0x60528B) is known color: Butterfly Bush. HEX triplet: 60, 52 and 8B. RGB value is (96,82,139). Sum of RGB (Red+Green+Blue) = 96+82+139=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 139 - color contains mainly: blue. Hex color #60528B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60528B is #9FAD74. Grayscale: #5C5C5C. Windows color (decimal): -10464629 or 9130592. OLE color: 9130592.
HSL color Cylindrical-coordinate representation of color #60528B: hue angle of 254.74º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #60528B is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 82 | 139 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.45 |
| HSL | 254.74º | 0.26% | 0.43% | - |
| HSV(B) | 254.74º | 0.41% | 0.55% | - |
| XYZ | 12.5 | 10.39 | 25.77 | - |
| YUV | 92.68 | 154.14 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 82 | 139 | 0.31 | 0.41 | 0 | 0.45 | 254.74 | 0.26 | 0.43 |
| Hex | 60 | 52 | 8B | 1F | 29 | 0 | 2D | FF | 1A | 2B |
| Octal | 140 | 122 | 213 | 37 | 51 | 0 | 55 | 377 | 32 | 53 |
| Binary | 1100000 | 1010010 | 10001011 | 11111 | 101001 | 0 | 101101 | 11111111 | 11010 | 101011 |
Color Harmonies of #60528B
Complementary color
Monochromatic Colors of #60528B
Black with #60528B
Text Example
Text Example
White with #60528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60528B; }
p { color: rgb(96,82,139); }
H1.HeaderClassName
{
color: #60528B;
}
.AnyTagClassName
{
color: #60528B;
}
</style>
background-color css
<style>
a { background-color: #60528B; }
a { background-color: rgb(96,82,139); }
div.DivClassName
{
background-color: #60528B;
}
.BgClassName
{
background-color: #60528B;
}
</style>
border-color css
<style>
span { border-color: #60528B; }
span { border-color: rgb(96,82,139); }
td.TdClassName
{
border-color: #60528B;
}
.TagClassName
{
border-color: #60528B;
}
</style>