Shades of Butterfly Bush #60529D
Tints of Butterfly Bush #60529D
RGB
CMYK
RGB Variations
Color information
#60529D (or 0x60529D) is known color: Butterfly Bush. HEX triplet: 60, 52 and 9D. RGB value is (96,82,157). Sum of RGB (Red+Green+Blue) = 96+82+157=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 157 - color contains mainly: blue. Hex color #60529D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60529D is #9FAD62. Grayscale: #5E5E5E. Windows color (decimal): -10464611 or 10310240. OLE color: 10310240.
HSL color Cylindrical-coordinate representation of color #60529D: hue angle of 251.2º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60529D is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 82 | 157 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.38 |
| HSL | 251.2º | 0.31% | 0.47% | - |
| HSV(B) | 251.2º | 0.48% | 0.62% | - |
| XYZ | 13.93 | 10.96 | 33.28 | - |
| YUV | 94.74 | 163.14 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 82 | 157 | 0.39 | 0.48 | 0 | 0.38 | 251.2 | 0.31 | 0.47 |
| Hex | 60 | 52 | 9D | 27 | 30 | 0 | 26 | FB | 1F | 2F |
| Octal | 140 | 122 | 235 | 47 | 60 | 0 | 46 | 373 | 37 | 57 |
| Binary | 1100000 | 1010010 | 10011101 | 100111 | 110000 | 0 | 100110 | 11111011 | 11111 | 101111 |
Color Harmonies of #60529D
Complementary color
Monochromatic Colors of #60529D
Black with #60529D
Text Example
Text Example
White with #60529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60529D; }
p { color: rgb(96,82,157); }
H1.HeaderClassName
{
color: #60529D;
}
.AnyTagClassName
{
color: #60529D;
}
</style>
background-color css
<style>
a { background-color: #60529D; }
a { background-color: rgb(96,82,157); }
div.DivClassName
{
background-color: #60529D;
}
.BgClassName
{
background-color: #60529D;
}
</style>
border-color css
<style>
span { border-color: #60529D; }
span { border-color: rgb(96,82,157); }
td.TdClassName
{
border-color: #60529D;
}
.TagClassName
{
border-color: #60529D;
}
</style>