Shades of Butterfly Bush #5F508D
Tints of Butterfly Bush #5F508D
RGB
CMYK
RGB Variations
Color information
#5F508D (or 0x5F508D) is known color: Butterfly Bush. HEX triplet: 5F, 50 and 8D. RGB value is (95,80,141). Sum of RGB (Red+Green+Blue) = 95+80+141=316 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.06% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 141 - color contains mainly: blue. Hex color #5F508D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F508D is #A0AF72. Grayscale: #5B5B5B. Windows color (decimal): -10530675 or 9261151. OLE color: 9261151.
HSL color Cylindrical-coordinate representation of color #5F508D: hue angle of 254.75º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5F508D is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 80 | 141 | - |
| CMYK | 0.33 | 0.43 | 0 | 0.45 |
| HSL | 254.75º | 0.28% | 0.43% | - |
| HSV(B) | 254.75º | 0.43% | 0.55% | - |
| XYZ | 12.4 | 10.09 | 26.49 | - |
| YUV | 91.44 | 155.97 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 80 | 141 | 0.33 | 0.43 | 0 | 0.45 | 254.75 | 0.28 | 0.43 |
| Hex | 5F | 50 | 8D | 21 | 2B | 0 | 2D | FF | 1C | 2B |
| Octal | 137 | 120 | 215 | 41 | 53 | 0 | 55 | 377 | 34 | 53 |
| Binary | 1011111 | 1010000 | 10001101 | 100001 | 101011 | 0 | 101101 | 11111111 | 11100 | 101011 |
Color Harmonies of #5F508D
Complementary color
Monochromatic Colors of #5F508D
Black with #5F508D
Text Example
Text Example
White with #5F508D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F508D; }
p { color: rgb(95,80,141); }
H1.HeaderClassName
{
color: #5F508D;
}
.AnyTagClassName
{
color: #5F508D;
}
</style>
background-color css
<style>
a { background-color: #5F508D; }
a { background-color: rgb(95,80,141); }
div.DivClassName
{
background-color: #5F508D;
}
.BgClassName
{
background-color: #5F508D;
}
</style>
border-color css
<style>
span { border-color: #5F508D; }
span { border-color: rgb(95,80,141); }
td.TdClassName
{
border-color: #5F508D;
}
.TagClassName
{
border-color: #5F508D;
}
</style>