Shades of Butterfly Bush #5F5488
Tints of Butterfly Bush #5F5488
RGB
CMYK
RGB Variations
Color information
#5F5488 (or 0x5F5488) is known color: Butterfly Bush. HEX triplet: 5F, 54 and 88. RGB value is (95,84,136). Sum of RGB (Red+Green+Blue) = 95+84+136=315 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.16% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 136 - color contains mainly: blue. Hex color #5F5488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5488 is #A0AB77. Grayscale: #5D5D5D. Windows color (decimal): -10529656 or 8934495. OLE color: 8934495.
HSL color Cylindrical-coordinate representation of color #5F5488: hue angle of 252.69º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F5488 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 84 | 136 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.47 |
| HSL | 252.69º | 0.24% | 0.43% | - |
| HSV(B) | 252.69º | 0.38% | 0.53% | - |
| XYZ | 12.33 | 10.55 | 24.68 | - |
| YUV | 93.22 | 152.14 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 84 | 136 | 0.30 | 0.38 | 0 | 0.47 | 252.69 | 0.24 | 0.43 |
| Hex | 5F | 54 | 88 | 1E | 26 | 0 | 2F | FD | 18 | 2B |
| Octal | 137 | 124 | 210 | 36 | 46 | 0 | 57 | 375 | 30 | 53 |
| Binary | 1011111 | 1010100 | 10001000 | 11110 | 100110 | 0 | 101111 | 11111101 | 11000 | 101011 |
Color Harmonies of #5F5488
Complementary color
Monochromatic Colors of #5F5488
Black with #5F5488
Text Example
Text Example
White with #5F5488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5488; }
p { color: rgb(95,84,136); }
H1.HeaderClassName
{
color: #5F5488;
}
.AnyTagClassName
{
color: #5F5488;
}
</style>
background-color css
<style>
a { background-color: #5F5488; }
a { background-color: rgb(95,84,136); }
div.DivClassName
{
background-color: #5F5488;
}
.BgClassName
{
background-color: #5F5488;
}
</style>
border-color css
<style>
span { border-color: #5F5488; }
span { border-color: rgb(95,84,136); }
td.TdClassName
{
border-color: #5F5488;
}
.TagClassName
{
border-color: #5F5488;
}
</style>