Shades of Butterfly Bush #5F519C
Tints of Butterfly Bush #5F519C
RGB
CMYK
RGB Variations
Color information
#5F519C (or 0x5F519C) is known color: Butterfly Bush. HEX triplet: 5F, 51 and 9C. RGB value is (95,81,156). Sum of RGB (Red+Green+Blue) = 95+81+156=332 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.61% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 156 (61.33% from 255 or 46.99% from 332); Max value from RGB is 156 - color contains mainly: blue. Hex color #5F519C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F519C is #A0AE63. Grayscale: #5D5D5D. Windows color (decimal): -10530404 or 10244447. OLE color: 10244447.
HSL color Cylindrical-coordinate representation of color #5F519C: hue angle of 251.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5F519C is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 95 | 81 | 156 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.39 |
| HSL | 251.2º | 0.32% | 0.46% | - |
| HSV(B) | 251.2º | 0.48% | 0.61% | - |
| XYZ | 13.66 | 10.72 | 32.8 | - |
| YUV | 93.74 | 163.14 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 81 | 156 | 0.39 | 0.48 | 0 | 0.39 | 251.2 | 0.32 | 0.46 |
| Hex | 5F | 51 | 9C | 27 | 30 | 0 | 27 | FB | 20 | 2E |
| Octal | 137 | 121 | 234 | 47 | 60 | 0 | 47 | 373 | 40 | 56 |
| Binary | 1011111 | 1010001 | 10011100 | 100111 | 110000 | 0 | 100111 | 11111011 | 100000 | 101110 |
Color Harmonies of #5F519C
Complementary color
Monochromatic Colors of #5F519C
Black with #5F519C
Text Example
Text Example
White with #5F519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F519C; }
p { color: rgb(95,81,156); }
H1.HeaderClassName
{
color: #5F519C;
}
.AnyTagClassName
{
color: #5F519C;
}
</style>
background-color css
<style>
a { background-color: #5F519C; }
a { background-color: rgb(95,81,156); }
div.DivClassName
{
background-color: #5F519C;
}
.BgClassName
{
background-color: #5F519C;
}
</style>
border-color css
<style>
span { border-color: #5F519C; }
span { border-color: rgb(95,81,156); }
td.TdClassName
{
border-color: #5F519C;
}
.TagClassName
{
border-color: #5F519C;
}
</style>