Shades of Butterfly Bush #5F4F91
Tints of Butterfly Bush #5F4F91
RGB
CMYK
RGB Variations
Color information
#5F4F91 (or 0x5F4F91) is known color: Butterfly Bush. HEX triplet: 5F, 4F and 91. RGB value is (95,79,145). Sum of RGB (Red+Green+Blue) = 95+79+145=319 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.78% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 145 - color contains mainly: blue. Hex color #5F4F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F4F91 is #A0B06E. Grayscale: #5B5B5B. Windows color (decimal): -10530927 or 9523039. OLE color: 9523039.
HSL color Cylindrical-coordinate representation of color #5F4F91: hue angle of 254.55º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F4F91 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 95 | 79 | 145 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.43 |
| HSL | 254.55º | 0.29% | 0.44% | - |
| HSV(B) | 254.55º | 0.46% | 0.57% | - |
| XYZ | 12.63 | 10.07 | 28.07 | - |
| YUV | 91.31 | 158.3 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 79 | 145 | 0.34 | 0.46 | 0 | 0.43 | 254.55 | 0.29 | 0.44 |
| Hex | 5F | 4F | 91 | 22 | 2E | 0 | 2B | FF | 1D | 2C |
| Octal | 137 | 117 | 221 | 42 | 56 | 0 | 53 | 377 | 35 | 54 |
| Binary | 1011111 | 1001111 | 10010001 | 100010 | 101110 | 0 | 101011 | 11111111 | 11101 | 101100 |
Color Harmonies of #5F4F91
Complementary color
Monochromatic Colors of #5F4F91
Black with #5F4F91
Text Example
Text Example
White with #5F4F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4F91; }
p { color: rgb(95,79,145); }
H1.HeaderClassName
{
color: #5F4F91;
}
.AnyTagClassName
{
color: #5F4F91;
}
</style>
background-color css
<style>
a { background-color: #5F4F91; }
a { background-color: rgb(95,79,145); }
div.DivClassName
{
background-color: #5F4F91;
}
.BgClassName
{
background-color: #5F4F91;
}
</style>
border-color css
<style>
span { border-color: #5F4F91; }
span { border-color: rgb(95,79,145); }
td.TdClassName
{
border-color: #5F4F91;
}
.TagClassName
{
border-color: #5F4F91;
}
</style>