Shades of Butterfly Bush #62588D
Tints of Butterfly Bush #62588D
RGB
CMYK
RGB Variations
Color information
#62588D (or 0x62588D) is known color: Butterfly Bush. HEX triplet: 62, 58 and 8D. RGB value is (98,88,141). Sum of RGB (Red+Green+Blue) = 98+88+141=327 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.97% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 141 - color contains mainly: blue. Hex color #62588D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62588D is #9DA772. Grayscale: #606060. Windows color (decimal): -10332019 or 9263202. OLE color: 9263202.
HSL color Cylindrical-coordinate representation of color #62588D: hue angle of 251.32º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #62588D is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 88 | 141 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.45 |
| HSL | 251.32º | 0.23% | 0.45% | - |
| HSV(B) | 251.32º | 0.38% | 0.55% | - |
| XYZ | 13.33 | 11.5 | 26.72 | - |
| YUV | 97.03 | 152.81 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 88 | 141 | 0.30 | 0.38 | 0 | 0.45 | 251.32 | 0.23 | 0.45 |
| Hex | 62 | 58 | 8D | 1E | 26 | 0 | 2D | FB | 17 | 2D |
| Octal | 142 | 130 | 215 | 36 | 46 | 0 | 55 | 373 | 27 | 55 |
| Binary | 1100010 | 1011000 | 10001101 | 11110 | 100110 | 0 | 101101 | 11111011 | 10111 | 101101 |
Color Harmonies of #62588D
Complementary color
Monochromatic Colors of #62588D
Black with #62588D
Text Example
Text Example
White with #62588D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62588D; }
p { color: rgb(98,88,141); }
H1.HeaderClassName
{
color: #62588D;
}
.AnyTagClassName
{
color: #62588D;
}
</style>
background-color css
<style>
a { background-color: #62588D; }
a { background-color: rgb(98,88,141); }
div.DivClassName
{
background-color: #62588D;
}
.BgClassName
{
background-color: #62588D;
}
</style>
border-color css
<style>
span { border-color: #62588D; }
span { border-color: rgb(98,88,141); }
td.TdClassName
{
border-color: #62588D;
}
.TagClassName
{
border-color: #62588D;
}
</style>