Shades of Butterfly Bush #60529C
Tints of Butterfly Bush #60529C
RGB
CMYK
RGB Variations
Color information
#60529C (or 0x60529C) is known color: Butterfly Bush. HEX triplet: 60, 52 and 9C. RGB value is (96,82,156). Sum of RGB (Red+Green+Blue) = 96+82+156=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 156 - color contains mainly: blue. Hex color #60529C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60529C is #9FAD63. Grayscale: #5E5E5E. Windows color (decimal): -10464612 or 10244704. OLE color: 10244704.
HSL color Cylindrical-coordinate representation of color #60529C: hue angle of 251.35º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60529C is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 82 | 156 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.39 |
| HSL | 251.35º | 0.31% | 0.47% | - |
| HSV(B) | 251.35º | 0.47% | 0.61% | - |
| XYZ | 13.84 | 10.92 | 32.83 | - |
| YUV | 94.62 | 162.64 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 82 | 156 | 0.38 | 0.47 | 0 | 0.39 | 251.35 | 0.31 | 0.47 |
| Hex | 60 | 52 | 9C | 26 | 2F | 0 | 27 | FB | 1F | 2F |
| Octal | 140 | 122 | 234 | 46 | 57 | 0 | 47 | 373 | 37 | 57 |
| Binary | 1100000 | 1010010 | 10011100 | 100110 | 101111 | 0 | 100111 | 11111011 | 11111 | 101111 |
Color Harmonies of #60529C
Complementary color
Monochromatic Colors of #60529C
Black with #60529C
Text Example
Text Example
White with #60529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60529C; }
p { color: rgb(96,82,156); }
H1.HeaderClassName
{
color: #60529C;
}
.AnyTagClassName
{
color: #60529C;
}
</style>
background-color css
<style>
a { background-color: #60529C; }
a { background-color: rgb(96,82,156); }
div.DivClassName
{
background-color: #60529C;
}
.BgClassName
{
background-color: #60529C;
}
</style>
border-color css
<style>
span { border-color: #60529C; }
span { border-color: rgb(96,82,156); }
td.TdClassName
{
border-color: #60529C;
}
.TagClassName
{
border-color: #60529C;
}
</style>