Shades of Butterfly Bush #5F5298
Tints of Butterfly Bush #5F5298
RGB
CMYK
RGB Variations
Color information
#5F5298 (or 0x5F5298) is known color: Butterfly Bush. HEX triplet: 5F, 52 and 98. RGB value is (95,82,152). Sum of RGB (Red+Green+Blue) = 95+82+152=329 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.88% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 152 - color contains mainly: blue. Hex color #5F5298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5298 is #A0AD67. Grayscale: #5D5D5D. Windows color (decimal): -10530152 or 9982559. OLE color: 9982559.
HSL color Cylindrical-coordinate representation of color #5F5298: hue angle of 251.14º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F5298 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 95 | 82 | 152 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.40 |
| HSL | 251.14º | 0.3% | 0.46% | - |
| HSV(B) | 251.14º | 0.46% | 0.6% | - |
| XYZ | 13.4 | 10.73 | 31.07 | - |
| YUV | 93.87 | 160.81 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 82 | 152 | 0.38 | 0.46 | 0 | 0.40 | 251.14 | 0.3 | 0.46 |
| Hex | 5F | 52 | 98 | 26 | 2E | 0 | 28 | FB | 1E | 2E |
| Octal | 137 | 122 | 230 | 46 | 56 | 0 | 50 | 373 | 36 | 56 |
| Binary | 1011111 | 1010010 | 10011000 | 100110 | 101110 | 0 | 101000 | 11111011 | 11110 | 101110 |
Color Harmonies of #5F5298
Complementary color
Monochromatic Colors of #5F5298
Black with #5F5298
Text Example
Text Example
White with #5F5298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5298; }
p { color: rgb(95,82,152); }
H1.HeaderClassName
{
color: #5F5298;
}
.AnyTagClassName
{
color: #5F5298;
}
</style>
background-color css
<style>
a { background-color: #5F5298; }
a { background-color: rgb(95,82,152); }
div.DivClassName
{
background-color: #5F5298;
}
.BgClassName
{
background-color: #5F5298;
}
</style>
border-color css
<style>
span { border-color: #5F5298; }
span { border-color: rgb(95,82,152); }
td.TdClassName
{
border-color: #5F5298;
}
.TagClassName
{
border-color: #5F5298;
}
</style>