Shades of Daisy Bush #5F2997
Tints of Daisy Bush #5F2997
RGB
CMYK
RGB Variations
Color information
#5F2997 (or 0x5F2997) is known color: Daisy Bush. HEX triplet: 5F, 29 and 97. RGB value is (95,41,151). Sum of RGB (Red+Green+Blue) = 95+41+151=287 (38% of max value = 765). Red value is 95 (37.5% from 255 or 33.10% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 151 (59.38% from 255 or 52.61% from 287); Max value from RGB is 151 - color contains mainly: blue. Hex color #5F2997 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2997 is #A0D668. Grayscale: #454545. Windows color (decimal): -10540649 or 9906527. OLE color: 9906527.
HSL color Cylindrical-coordinate representation of color #5F2997: hue angle of 269.45º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5F2997 is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 95 | 41 | 151 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.41 |
| HSL | 269.45º | 0.57% | 0.38% | - |
| HSV(B) | 269.45º | 0.73% | 0.59% | - |
| XYZ | 11.1 | 6.25 | 29.9 | - |
| YUV | 69.69 | 173.89 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 41 | 151 | 0.37 | 0.73 | 0 | 0.41 | 269.45 | 0.57 | 0.38 |
| Hex | 5F | 29 | 97 | 25 | 49 | 0 | 29 | 10D | 39 | 26 |
| Octal | 137 | 51 | 227 | 45 | 111 | 0 | 51 | 415 | 71 | 46 |
| Binary | 1011111 | 101001 | 10010111 | 100101 | 1001001 | 0 | 101001 | 100001101 | 111001 | 100110 |
Color Harmonies of #5F2997
Complementary color
Monochromatic Colors of #5F2997
Black with #5F2997
Text Example
Text Example
White with #5F2997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2997; }
p { color: rgb(95,41,151); }
H1.HeaderClassName
{
color: #5F2997;
}
.AnyTagClassName
{
color: #5F2997;
}
</style>
background-color css
<style>
a { background-color: #5F2997; }
a { background-color: rgb(95,41,151); }
div.DivClassName
{
background-color: #5F2997;
}
.BgClassName
{
background-color: #5F2997;
}
</style>
border-color css
<style>
span { border-color: #5F2997; }
span { border-color: rgb(95,41,151); }
td.TdClassName
{
border-color: #5F2997;
}
.TagClassName
{
border-color: #5F2997;
}
</style>