Shades of Butterfly Bush #5F5696
Tints of Butterfly Bush #5F5696
RGB
CMYK
RGB Variations
Color information
#5F5696 (or 0x5F5696) is known color: Butterfly Bush. HEX triplet: 5F, 56 and 96. RGB value is (95,86,150). Sum of RGB (Red+Green+Blue) = 95+86+150=331 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.70% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #5F5696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5696 is #A0A969. Grayscale: #5F5F5F. Windows color (decimal): -10529130 or 9852511. OLE color: 9852511.
HSL color Cylindrical-coordinate representation of color #5F5696: hue angle of 248.44º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5F5696 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 95 | 86 | 150 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.41 |
| HSL | 248.44º | 0.27% | 0.46% | - |
| HSV(B) | 248.44º | 0.43% | 0.59% | - |
| XYZ | 13.55 | 11.29 | 30.32 | - |
| YUV | 95.99 | 158.48 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 86 | 150 | 0.37 | 0.43 | 0 | 0.41 | 248.44 | 0.27 | 0.46 |
| Hex | 5F | 56 | 96 | 25 | 2B | 0 | 29 | F8 | 1B | 2E |
| Octal | 137 | 126 | 226 | 45 | 53 | 0 | 51 | 370 | 33 | 56 |
| Binary | 1011111 | 1010110 | 10010110 | 100101 | 101011 | 0 | 101001 | 11111000 | 11011 | 101110 |
Color Harmonies of #5F5696
Complementary color
Monochromatic Colors of #5F5696
Black with #5F5696
Text Example
Text Example
White with #5F5696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5696; }
p { color: rgb(95,86,150); }
H1.HeaderClassName
{
color: #5F5696;
}
.AnyTagClassName
{
color: #5F5696;
}
</style>
background-color css
<style>
a { background-color: #5F5696; }
a { background-color: rgb(95,86,150); }
div.DivClassName
{
background-color: #5F5696;
}
.BgClassName
{
background-color: #5F5696;
}
</style>
border-color css
<style>
span { border-color: #5F5696; }
span { border-color: rgb(95,86,150); }
td.TdClassName
{
border-color: #5F5696;
}
.TagClassName
{
border-color: #5F5696;
}
</style>