Shades of Butterfly Bush #62528D
Tints of Butterfly Bush #62528D
RGB
CMYK
RGB Variations
Color information
#62528D (or 0x62528D) is known color: Butterfly Bush. HEX triplet: 62, 52 and 8D. RGB value is (98,82,141). Sum of RGB (Red+Green+Blue) = 98+82+141=321 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.53% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 141 - color contains mainly: blue. Hex color #62528D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62528D is #9DAD72. Grayscale: #5D5D5D. Windows color (decimal): -10333555 or 9261666. OLE color: 9261666.
HSL color Cylindrical-coordinate representation of color #62528D: hue angle of 256.27º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #62528D is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 82 | 141 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.45 |
| HSL | 256.27º | 0.26% | 0.44% | - |
| HSV(B) | 256.27º | 0.42% | 0.55% | - |
| XYZ | 12.86 | 10.55 | 26.56 | - |
| YUV | 93.51 | 154.8 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 82 | 141 | 0.30 | 0.42 | 0 | 0.45 | 256.27 | 0.26 | 0.44 |
| Hex | 62 | 52 | 8D | 1E | 2A | 0 | 2D | 100 | 1A | 2C |
| Octal | 142 | 122 | 215 | 36 | 52 | 0 | 55 | 400 | 32 | 54 |
| Binary | 1100010 | 1010010 | 10001101 | 11110 | 101010 | 0 | 101101 | 100000000 | 11010 | 101100 |
Color Harmonies of #62528D
Complementary color
Monochromatic Colors of #62528D
Black with #62528D
Text Example
Text Example
White with #62528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62528D; }
p { color: rgb(98,82,141); }
H1.HeaderClassName
{
color: #62528D;
}
.AnyTagClassName
{
color: #62528D;
}
</style>
background-color css
<style>
a { background-color: #62528D; }
a { background-color: rgb(98,82,141); }
div.DivClassName
{
background-color: #62528D;
}
.BgClassName
{
background-color: #62528D;
}
</style>
border-color css
<style>
span { border-color: #62528D; }
span { border-color: rgb(98,82,141); }
td.TdClassName
{
border-color: #62528D;
}
.TagClassName
{
border-color: #62528D;
}
</style>