Shades of Daisy Bush #5F449E
Tints of Daisy Bush #5F449E
RGB
CMYK
RGB Variations
Color information
#5F449E (or 0x5F449E) is known color: Daisy Bush. HEX triplet: 5F, 44 and 9E. RGB value is (95,68,158). Sum of RGB (Red+Green+Blue) = 95+68+158=321 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.60% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 158 (62.11% from 255 or 49.22% from 321); Max value from RGB is 158 - color contains mainly: blue. Hex color #5F449E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F449E is #A0BB61. Grayscale: #565656. Windows color (decimal): -10533730 or 10372191. OLE color: 10372191.
HSL color Cylindrical-coordinate representation of color #5F449E: hue angle of 258º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F449E is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 68 | 158 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.38 |
| HSL | 258º | 0.4% | 0.44% | - |
| HSV(B) | 258º | 0.57% | 0.62% | - |
| XYZ | 12.96 | 9.04 | 33.41 | - |
| YUV | 86.33 | 168.45 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 68 | 158 | 0.40 | 0.57 | 0 | 0.38 | 258 | 0.4 | 0.44 |
| Hex | 5F | 44 | 9E | 28 | 39 | 0 | 26 | 102 | 28 | 2C |
| Octal | 137 | 104 | 236 | 50 | 71 | 0 | 46 | 402 | 50 | 54 |
| Binary | 1011111 | 1000100 | 10011110 | 101000 | 111001 | 0 | 100110 | 100000010 | 101000 | 101100 |
Color Harmonies of #5F449E
Complementary color
Monochromatic Colors of #5F449E
Black with #5F449E
Text Example
Text Example
White with #5F449E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F449E; }
p { color: rgb(95,68,158); }
H1.HeaderClassName
{
color: #5F449E;
}
.AnyTagClassName
{
color: #5F449E;
}
</style>
background-color css
<style>
a { background-color: #5F449E; }
a { background-color: rgb(95,68,158); }
div.DivClassName
{
background-color: #5F449E;
}
.BgClassName
{
background-color: #5F449E;
}
</style>
border-color css
<style>
span { border-color: #5F449E; }
span { border-color: rgb(95,68,158); }
td.TdClassName
{
border-color: #5F449E;
}
.TagClassName
{
border-color: #5F449E;
}
</style>