Shades of Butterfly Bush #5F568A
Tints of Butterfly Bush #5F568A
RGB
CMYK
RGB Variations
Color information
#5F568A (or 0x5F568A) is known color: Butterfly Bush. HEX triplet: 5F, 56 and 8A. RGB value is (95,86,138). Sum of RGB (Red+Green+Blue) = 95+86+138=319 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.78% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 138 - color contains mainly: blue. Hex color #5F568A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F568A is #A0A975. Grayscale: #5E5E5E. Windows color (decimal): -10529142 or 9066079. OLE color: 9066079.
HSL color Cylindrical-coordinate representation of color #5F568A: hue angle of 250.38º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F568A is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 95 | 86 | 138 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.46 |
| HSL | 250.38º | 0.23% | 0.44% | - |
| HSV(B) | 250.38º | 0.38% | 0.54% | - |
| XYZ | 12.63 | 10.92 | 25.49 | - |
| YUV | 94.62 | 152.48 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 86 | 138 | 0.31 | 0.38 | 0 | 0.46 | 250.38 | 0.23 | 0.44 |
| Hex | 5F | 56 | 8A | 1F | 26 | 0 | 2E | FA | 17 | 2C |
| Octal | 137 | 126 | 212 | 37 | 46 | 0 | 56 | 372 | 27 | 54 |
| Binary | 1011111 | 1010110 | 10001010 | 11111 | 100110 | 0 | 101110 | 11111010 | 10111 | 101100 |
Color Harmonies of #5F568A
Complementary color
Monochromatic Colors of #5F568A
Black with #5F568A
Text Example
Text Example
White with #5F568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F568A; }
p { color: rgb(95,86,138); }
H1.HeaderClassName
{
color: #5F568A;
}
.AnyTagClassName
{
color: #5F568A;
}
</style>
background-color css
<style>
a { background-color: #5F568A; }
a { background-color: rgb(95,86,138); }
div.DivClassName
{
background-color: #5F568A;
}
.BgClassName
{
background-color: #5F568A;
}
</style>
border-color css
<style>
span { border-color: #5F568A; }
span { border-color: rgb(95,86,138); }
td.TdClassName
{
border-color: #5F568A;
}
.TagClassName
{
border-color: #5F568A;
}
</style>