Shades of Butterfly Bush #5F508B
Tints of Butterfly Bush #5F508B
RGB
CMYK
RGB Variations
Color information
#5F508B (or 0x5F508B) is known color: Butterfly Bush. HEX triplet: 5F, 50 and 8B. RGB value is (95,80,139). Sum of RGB (Red+Green+Blue) = 95+80+139=314 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.25% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 139 - color contains mainly: blue. Hex color #5F508B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F508B is #A0AF74. Grayscale: #5A5A5A. Windows color (decimal): -10530677 or 9130079. OLE color: 9130079.
HSL color Cylindrical-coordinate representation of color #5F508B: hue angle of 255.25º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5F508B is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 80 | 139 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.45 |
| HSL | 255.25º | 0.27% | 0.43% | - |
| HSV(B) | 255.25º | 0.42% | 0.55% | - |
| XYZ | 12.25 | 10.03 | 25.72 | - |
| YUV | 91.21 | 154.97 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 80 | 139 | 0.32 | 0.42 | 0 | 0.45 | 255.25 | 0.27 | 0.43 |
| Hex | 5F | 50 | 8B | 20 | 2A | 0 | 2D | FF | 1B | 2B |
| Octal | 137 | 120 | 213 | 40 | 52 | 0 | 55 | 377 | 33 | 53 |
| Binary | 1011111 | 1010000 | 10001011 | 100000 | 101010 | 0 | 101101 | 11111111 | 11011 | 101011 |
Color Harmonies of #5F508B
Complementary color
Monochromatic Colors of #5F508B
Black with #5F508B
Text Example
Text Example
White with #5F508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F508B; }
p { color: rgb(95,80,139); }
H1.HeaderClassName
{
color: #5F508B;
}
.AnyTagClassName
{
color: #5F508B;
}
</style>
background-color css
<style>
a { background-color: #5F508B; }
a { background-color: rgb(95,80,139); }
div.DivClassName
{
background-color: #5F508B;
}
.BgClassName
{
background-color: #5F508B;
}
</style>
border-color css
<style>
span { border-color: #5F508B; }
span { border-color: rgb(95,80,139); }
td.TdClassName
{
border-color: #5F508B;
}
.TagClassName
{
border-color: #5F508B;
}
</style>