Shades of Butterfly Bush #5F509C
Tints of Butterfly Bush #5F509C
RGB
CMYK
RGB Variations
Color information
#5F509C (or 0x5F509C) is known color: Butterfly Bush. HEX triplet: 5F, 50 and 9C. RGB value is (95,80,156). Sum of RGB (Red+Green+Blue) = 95+80+156=331 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.70% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 156 - color contains mainly: blue. Hex color #5F509C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F509C is #A0AF63. Grayscale: #5C5C5C. Windows color (decimal): -10530660 or 10244191. OLE color: 10244191.
HSL color Cylindrical-coordinate representation of color #5F509C: hue angle of 251.84º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5F509C is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 95 | 80 | 156 | - |
| CMYK | 0.39 | 0.49 | 0 | 0.39 |
| HSL | 251.84º | 0.32% | 0.46% | - |
| HSV(B) | 251.84º | 0.49% | 0.61% | - |
| XYZ | 13.59 | 10.57 | 32.78 | - |
| YUV | 93.15 | 163.47 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 80 | 156 | 0.39 | 0.49 | 0 | 0.39 | 251.84 | 0.32 | 0.46 |
| Hex | 5F | 50 | 9C | 27 | 31 | 0 | 27 | FC | 20 | 2E |
| Octal | 137 | 120 | 234 | 47 | 61 | 0 | 47 | 374 | 40 | 56 |
| Binary | 1011111 | 1010000 | 10011100 | 100111 | 110001 | 0 | 100111 | 11111100 | 100000 | 101110 |
Color Harmonies of #5F509C
Complementary color
Monochromatic Colors of #5F509C
Black with #5F509C
Text Example
Text Example
White with #5F509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F509C; }
p { color: rgb(95,80,156); }
H1.HeaderClassName
{
color: #5F509C;
}
.AnyTagClassName
{
color: #5F509C;
}
</style>
background-color css
<style>
a { background-color: #5F509C; }
a { background-color: rgb(95,80,156); }
div.DivClassName
{
background-color: #5F509C;
}
.BgClassName
{
background-color: #5F509C;
}
</style>
border-color css
<style>
span { border-color: #5F509C; }
span { border-color: rgb(95,80,156); }
td.TdClassName
{
border-color: #5F509C;
}
.TagClassName
{
border-color: #5F509C;
}
</style>