Shades of Butterfly Bush #60529A
Tints of Butterfly Bush #60529A
RGB
CMYK
RGB Variations
Color information
#60529A (or 0x60529A) is known color: Butterfly Bush. HEX triplet: 60, 52 and 9A. RGB value is (96,82,154). Sum of RGB (Red+Green+Blue) = 96+82+154=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 154 (60.55% from 255 or 46.39% from 332); Max value from RGB is 154 - color contains mainly: blue. Hex color #60529A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60529A is #9FAD65. Grayscale: #5E5E5E. Windows color (decimal): -10464614 or 10113632. OLE color: 10113632.
HSL color Cylindrical-coordinate representation of color #60529A: hue angle of 251.67º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60529A is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 96 | 82 | 154 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.40 |
| HSL | 251.67º | 0.31% | 0.46% | - |
| HSV(B) | 251.67º | 0.47% | 0.6% | - |
| XYZ | 13.67 | 10.85 | 31.95 | - |
| YUV | 94.39 | 161.64 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 82 | 154 | 0.38 | 0.47 | 0 | 0.40 | 251.67 | 0.31 | 0.46 |
| Hex | 60 | 52 | 9A | 26 | 2F | 0 | 28 | FC | 1F | 2E |
| Octal | 140 | 122 | 232 | 46 | 57 | 0 | 50 | 374 | 37 | 56 |
| Binary | 1100000 | 1010010 | 10011010 | 100110 | 101111 | 0 | 101000 | 11111100 | 11111 | 101110 |
Color Harmonies of #60529A
Complementary color
Monochromatic Colors of #60529A
Black with #60529A
Text Example
Text Example
White with #60529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60529A; }
p { color: rgb(96,82,154); }
H1.HeaderClassName
{
color: #60529A;
}
.AnyTagClassName
{
color: #60529A;
}
</style>
background-color css
<style>
a { background-color: #60529A; }
a { background-color: rgb(96,82,154); }
div.DivClassName
{
background-color: #60529A;
}
.BgClassName
{
background-color: #60529A;
}
</style>
border-color css
<style>
span { border-color: #60529A; }
span { border-color: rgb(96,82,154); }
td.TdClassName
{
border-color: #60529A;
}
.TagClassName
{
border-color: #60529A;
}
</style>