Shades of Daisy Bush #5F449F
Tints of Daisy Bush #5F449F
RGB
CMYK
RGB Variations
Color information
#5F449F (or 0x5F449F) is known color: Daisy Bush. HEX triplet: 5F, 44 and 9F. RGB value is (95,68,159). Sum of RGB (Red+Green+Blue) = 95+68+159=322 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.50% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 159 (62.5% from 255 or 49.38% from 322); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F449F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F449F is #A0BB60. Grayscale: #565656. Windows color (decimal): -10533729 or 10437727. OLE color: 10437727.
HSL color Cylindrical-coordinate representation of color #5F449F: hue angle of 257.8º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F449F is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 68 | 159 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.38 |
| HSL | 257.8º | 0.4% | 0.45% | - |
| HSV(B) | 257.8º | 0.57% | 0.62% | - |
| XYZ | 13.04 | 9.07 | 33.86 | - |
| YUV | 86.45 | 168.95 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 68 | 159 | 0.40 | 0.57 | 0 | 0.38 | 257.8 | 0.4 | 0.45 |
| Hex | 5F | 44 | 9F | 28 | 39 | 0 | 26 | 102 | 28 | 2D |
| Octal | 137 | 104 | 237 | 50 | 71 | 0 | 46 | 402 | 50 | 55 |
| Binary | 1011111 | 1000100 | 10011111 | 101000 | 111001 | 0 | 100110 | 100000010 | 101000 | 101101 |
Color Harmonies of #5F449F
Complementary color
Monochromatic Colors of #5F449F
Black with #5F449F
Text Example
Text Example
White with #5F449F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F449F; }
p { color: rgb(95,68,159); }
H1.HeaderClassName
{
color: #5F449F;
}
.AnyTagClassName
{
color: #5F449F;
}
</style>
background-color css
<style>
a { background-color: #5F449F; }
a { background-color: rgb(95,68,159); }
div.DivClassName
{
background-color: #5F449F;
}
.BgClassName
{
background-color: #5F449F;
}
</style>
border-color css
<style>
span { border-color: #5F449F; }
span { border-color: rgb(95,68,159); }
td.TdClassName
{
border-color: #5F449F;
}
.TagClassName
{
border-color: #5F449F;
}
</style>