Shades of Daisy Bush #5F499E
Tints of Daisy Bush #5F499E
RGB
CMYK
RGB Variations
Color information
#5F499E (or 0x5F499E) is known color: Daisy Bush. HEX triplet: 5F, 49 and 9E. RGB value is (95,73,158). Sum of RGB (Red+Green+Blue) = 95+73+158=326 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.14% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 158 (62.11% from 255 or 48.47% from 326); Max value from RGB is 158 - color contains mainly: blue. Hex color #5F499E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F499E is #A0B661. Grayscale: #585858. Windows color (decimal): -10532450 or 10373471. OLE color: 10373471.
HSL color Cylindrical-coordinate representation of color #5F499E: hue angle of 255.53º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F499E is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 73 | 158 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.38 |
| HSL | 255.53º | 0.37% | 0.45% | - |
| HSV(B) | 255.53º | 0.54% | 0.62% | - |
| XYZ | 13.27 | 9.67 | 33.51 | - |
| YUV | 89.27 | 166.79 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 73 | 158 | 0.40 | 0.54 | 0 | 0.38 | 255.53 | 0.37 | 0.45 |
| Hex | 5F | 49 | 9E | 28 | 36 | 0 | 26 | 100 | 25 | 2D |
| Octal | 137 | 111 | 236 | 50 | 66 | 0 | 46 | 400 | 45 | 55 |
| Binary | 1011111 | 1001001 | 10011110 | 101000 | 110110 | 0 | 100110 | 100000000 | 100101 | 101101 |
Color Harmonies of #5F499E
Complementary color
Monochromatic Colors of #5F499E
Black with #5F499E
Text Example
Text Example
White with #5F499E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F499E; }
p { color: rgb(95,73,158); }
H1.HeaderClassName
{
color: #5F499E;
}
.AnyTagClassName
{
color: #5F499E;
}
</style>
background-color css
<style>
a { background-color: #5F499E; }
a { background-color: rgb(95,73,158); }
div.DivClassName
{
background-color: #5F499E;
}
.BgClassName
{
background-color: #5F499E;
}
</style>
border-color css
<style>
span { border-color: #5F499E; }
span { border-color: rgb(95,73,158); }
td.TdClassName
{
border-color: #5F499E;
}
.TagClassName
{
border-color: #5F499E;
}
</style>