Shades of Butterfly Bush #5F539A
Tints of Butterfly Bush #5F539A
RGB
CMYK
RGB Variations
Color information
#5F539A (or 0x5F539A) is known color: Butterfly Bush. HEX triplet: 5F, 53 and 9A. RGB value is (95,83,154). Sum of RGB (Red+Green+Blue) = 95+83+154=332 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.61% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 154 (60.55% from 255 or 46.39% from 332); Max value from RGB is 154 - color contains mainly: blue. Hex color #5F539A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F539A is #A0AC65. Grayscale: #5E5E5E. Windows color (decimal): -10529894 or 10113887. OLE color: 10113887.
HSL color Cylindrical-coordinate representation of color #5F539A: hue angle of 250.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 #5F539A is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 95 | 83 | 154 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.40 |
| HSL | 250.14º | 0.3% | 0.46% | - |
| HSV(B) | 250.14º | 0.46% | 0.6% | - |
| XYZ | 13.65 | 10.95 | 31.97 | - |
| YUV | 94.68 | 161.48 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 83 | 154 | 0.38 | 0.46 | 0 | 0.40 | 250.14 | 0.3 | 0.46 |
| Hex | 5F | 53 | 9A | 26 | 2E | 0 | 28 | FA | 1E | 2E |
| Octal | 137 | 123 | 232 | 46 | 56 | 0 | 50 | 372 | 36 | 56 |
| Binary | 1011111 | 1010011 | 10011010 | 100110 | 101110 | 0 | 101000 | 11111010 | 11110 | 101110 |
Color Harmonies of #5F539A
Complementary color
Monochromatic Colors of #5F539A
Black with #5F539A
Text Example
Text Example
White with #5F539A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F539A; }
p { color: rgb(95,83,154); }
H1.HeaderClassName
{
color: #5F539A;
}
.AnyTagClassName
{
color: #5F539A;
}
</style>
background-color css
<style>
a { background-color: #5F539A; }
a { background-color: rgb(95,83,154); }
div.DivClassName
{
background-color: #5F539A;
}
.BgClassName
{
background-color: #5F539A;
}
</style>
border-color css
<style>
span { border-color: #5F539A; }
span { border-color: rgb(95,83,154); }
td.TdClassName
{
border-color: #5F539A;
}
.TagClassName
{
border-color: #5F539A;
}
</style>