Shades of Butterfly Bush #5F518F
Tints of Butterfly Bush #5F518F
RGB
CMYK
RGB Variations
Color information
#5F518F (or 0x5F518F) is known color: Butterfly Bush. HEX triplet: 5F, 51 and 8F. RGB value is (95,81,143). Sum of RGB (Red+Green+Blue) = 95+81+143=319 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.78% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 143 (56.25% from 255 or 44.83% from 319); Max value from RGB is 143 - color contains mainly: blue. Hex color #5F518F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F518F is #A0AE70. Grayscale: #5C5C5C. Windows color (decimal): -10530417 or 9392479. OLE color: 9392479.
HSL color Cylindrical-coordinate representation of color #5F518F: hue angle of 253.55º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5F518F is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 95 | 81 | 143 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.44 |
| HSL | 253.55º | 0.28% | 0.44% | - |
| HSV(B) | 253.55º | 0.43% | 0.56% | - |
| XYZ | 12.62 | 10.3 | 27.31 | - |
| YUV | 92.25 | 156.64 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 81 | 143 | 0.34 | 0.43 | 0 | 0.44 | 253.55 | 0.28 | 0.44 |
| Hex | 5F | 51 | 8F | 22 | 2B | 0 | 2C | FE | 1C | 2C |
| Octal | 137 | 121 | 217 | 42 | 53 | 0 | 54 | 376 | 34 | 54 |
| Binary | 1011111 | 1010001 | 10001111 | 100010 | 101011 | 0 | 101100 | 11111110 | 11100 | 101100 |
Color Harmonies of #5F518F
Complementary color
Monochromatic Colors of #5F518F
Black with #5F518F
Text Example
Text Example
White with #5F518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F518F; }
p { color: rgb(95,81,143); }
H1.HeaderClassName
{
color: #5F518F;
}
.AnyTagClassName
{
color: #5F518F;
}
</style>
background-color css
<style>
a { background-color: #5F518F; }
a { background-color: rgb(95,81,143); }
div.DivClassName
{
background-color: #5F518F;
}
.BgClassName
{
background-color: #5F518F;
}
</style>
border-color css
<style>
span { border-color: #5F518F; }
span { border-color: rgb(95,81,143); }
td.TdClassName
{
border-color: #5F518F;
}
.TagClassName
{
border-color: #5F518F;
}
</style>