Shades of Butterfly Bush #5F528D
Tints of Butterfly Bush #5F528D
RGB
CMYK
RGB Variations
Color information
#5F528D (or 0x5F528D) is known color: Butterfly Bush. HEX triplet: 5F, 52 and 8D. RGB value is (95,82,141). Sum of RGB (Red+Green+Blue) = 95+82+141=318 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.87% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 141 - color contains mainly: blue. Hex color #5F528D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F528D is #A0AD72. Grayscale: #5C5C5C. Windows color (decimal): -10530163 or 9261663. OLE color: 9261663.
HSL color Cylindrical-coordinate representation of color #5F528D: hue angle of 253.22º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5F528D is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 82 | 141 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.45 |
| HSL | 253.22º | 0.26% | 0.44% | - |
| HSV(B) | 253.22º | 0.42% | 0.55% | - |
| XYZ | 12.54 | 10.39 | 26.54 | - |
| YUV | 92.61 | 155.31 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 82 | 141 | 0.33 | 0.42 | 0 | 0.45 | 253.22 | 0.26 | 0.44 |
| Hex | 5F | 52 | 8D | 21 | 2A | 0 | 2D | FD | 1A | 2C |
| Octal | 137 | 122 | 215 | 41 | 52 | 0 | 55 | 375 | 32 | 54 |
| Binary | 1011111 | 1010010 | 10001101 | 100001 | 101010 | 0 | 101101 | 11111101 | 11010 | 101100 |
Color Harmonies of #5F528D
Complementary color
Monochromatic Colors of #5F528D
Black with #5F528D
Text Example
Text Example
White with #5F528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F528D; }
p { color: rgb(95,82,141); }
H1.HeaderClassName
{
color: #5F528D;
}
.AnyTagClassName
{
color: #5F528D;
}
</style>
background-color css
<style>
a { background-color: #5F528D; }
a { background-color: rgb(95,82,141); }
div.DivClassName
{
background-color: #5F528D;
}
.BgClassName
{
background-color: #5F528D;
}
</style>
border-color css
<style>
span { border-color: #5F528D; }
span { border-color: rgb(95,82,141); }
td.TdClassName
{
border-color: #5F528D;
}
.TagClassName
{
border-color: #5F528D;
}
</style>