Shades of Butterfly Bush #62528C
Tints of Butterfly Bush #62528C
RGB
CMYK
RGB Variations
Color information
#62528C (or 0x62528C) is known color: Butterfly Bush. HEX triplet: 62, 52 and 8C. RGB value is (98,82,140). Sum of RGB (Red+Green+Blue) = 98+82+140=320 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.62% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 140 - color contains mainly: blue. Hex color #62528C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62528C is #9DAD73. Grayscale: #5D5D5D. Windows color (decimal): -10333556 or 9196130. OLE color: 9196130.
HSL color Cylindrical-coordinate representation of color #62528C: hue angle of 256.55º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #62528C is Cyan = 0.3, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 82 | 140 | - |
| CMYK | 0.3 | 0.41 | 0 | 0.45 |
| HSL | 256.55º | 0.26% | 0.44% | - |
| HSV(B) | 256.55º | 0.41% | 0.55% | - |
| XYZ | 12.79 | 10.52 | 26.17 | - |
| YUV | 93.4 | 154.3 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 82 | 140 | 0.3 | 0.41 | 0 | 0.45 | 256.55 | 0.26 | 0.44 |
| Hex | 62 | 52 | 8C | 1E | 29 | 0 | 2D | 101 | 1A | 2C |
| Octal | 142 | 122 | 214 | 36 | 51 | 0 | 55 | 401 | 32 | 54 |
| Binary | 1100010 | 1010010 | 10001100 | 11110 | 101001 | 0 | 101101 | 100000001 | 11010 | 101100 |
Color Harmonies of #62528C
Complementary color
Monochromatic Colors of #62528C
Black with #62528C
Text Example
Text Example
White with #62528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62528C; }
p { color: rgb(98,82,140); }
H1.HeaderClassName
{
color: #62528C;
}
.AnyTagClassName
{
color: #62528C;
}
</style>
background-color css
<style>
a { background-color: #62528C; }
a { background-color: rgb(98,82,140); }
div.DivClassName
{
background-color: #62528C;
}
.BgClassName
{
background-color: #62528C;
}
</style>
border-color css
<style>
span { border-color: #62528C; }
span { border-color: rgb(98,82,140); }
td.TdClassName
{
border-color: #62528C;
}
.TagClassName
{
border-color: #62528C;
}
</style>