Shades of Butterfly Bush #5F5992
Tints of Butterfly Bush #5F5992
RGB
CMYK
RGB Variations
Color information
#5F5992 (or 0x5F5992) is known color: Butterfly Bush. HEX triplet: 5F, 59 and 92. RGB value is (95,89,146). Sum of RGB (Red+Green+Blue) = 95+89+146=330 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.79% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 146 - color contains mainly: blue. Hex color #5F5992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5992 is #A0A66D. Grayscale: #616161. Windows color (decimal): -10528366 or 9591135. OLE color: 9591135.
HSL color Cylindrical-coordinate representation of color #5F5992: hue angle of 246.32º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F5992 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 95 | 89 | 146 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.43 |
| HSL | 246.32º | 0.24% | 0.46% | - |
| HSV(B) | 246.32º | 0.39% | 0.57% | - |
| XYZ | 13.48 | 11.65 | 28.73 | - |
| YUV | 97.29 | 155.49 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 89 | 146 | 0.35 | 0.39 | 0 | 0.43 | 246.32 | 0.24 | 0.46 |
| Hex | 5F | 59 | 92 | 23 | 27 | 0 | 2B | F6 | 18 | 2E |
| Octal | 137 | 131 | 222 | 43 | 47 | 0 | 53 | 366 | 30 | 56 |
| Binary | 1011111 | 1011001 | 10010010 | 100011 | 100111 | 0 | 101011 | 11110110 | 11000 | 101110 |
Color Harmonies of #5F5992
Complementary color
Monochromatic Colors of #5F5992
Black with #5F5992
Text Example
Text Example
White with #5F5992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5992; }
p { color: rgb(95,89,146); }
H1.HeaderClassName
{
color: #5F5992;
}
.AnyTagClassName
{
color: #5F5992;
}
</style>
background-color css
<style>
a { background-color: #5F5992; }
a { background-color: rgb(95,89,146); }
div.DivClassName
{
background-color: #5F5992;
}
.BgClassName
{
background-color: #5F5992;
}
</style>
border-color css
<style>
span { border-color: #5F5992; }
span { border-color: rgb(95,89,146); }
td.TdClassName
{
border-color: #5F5992;
}
.TagClassName
{
border-color: #5F5992;
}
</style>