Shades of Daisy Bush #5F299A
Tints of Daisy Bush #5F299A
RGB
CMYK
RGB Variations
Color information
#5F299A (or 0x5F299A) is known color: Daisy Bush. HEX triplet: 5F, 29 and 9A. RGB value is (95,41,154). Sum of RGB (Red+Green+Blue) = 95+41+154=290 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.76% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 154 (60.55% from 255 or 53.10% from 290); Max value from RGB is 154 - color contains mainly: blue. Hex color #5F299A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F299A is #A0D665. Grayscale: #454545. Windows color (decimal): -10540646 or 10103135. OLE color: 10103135.
HSL color Cylindrical-coordinate representation of color #5F299A: hue angle of 268.67º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5F299A is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 95 | 41 | 154 | - |
| CMYK | 0.38 | 0.73 | 0 | 0.40 |
| HSL | 268.67º | 0.58% | 0.38% | - |
| HSV(B) | 268.67º | 0.73% | 0.6% | - |
| XYZ | 11.34 | 6.35 | 31.2 | - |
| YUV | 70.03 | 175.39 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 41 | 154 | 0.38 | 0.73 | 0 | 0.40 | 268.67 | 0.58 | 0.38 |
| Hex | 5F | 29 | 9A | 26 | 49 | 0 | 28 | 10D | 3A | 26 |
| Octal | 137 | 51 | 232 | 46 | 111 | 0 | 50 | 415 | 72 | 46 |
| Binary | 1011111 | 101001 | 10011010 | 100110 | 1001001 | 0 | 101000 | 100001101 | 111010 | 100110 |
Color Harmonies of #5F299A
Complementary color
Monochromatic Colors of #5F299A
Black with #5F299A
Text Example
Text Example
White with #5F299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F299A; }
p { color: rgb(95,41,154); }
H1.HeaderClassName
{
color: #5F299A;
}
.AnyTagClassName
{
color: #5F299A;
}
</style>
background-color css
<style>
a { background-color: #5F299A; }
a { background-color: rgb(95,41,154); }
div.DivClassName
{
background-color: #5F299A;
}
.BgClassName
{
background-color: #5F299A;
}
</style>
border-color css
<style>
span { border-color: #5F299A; }
span { border-color: rgb(95,41,154); }
td.TdClassName
{
border-color: #5F299A;
}
.TagClassName
{
border-color: #5F299A;
}
</style>