Shades of Daisy Bush #5F4290
Tints of Daisy Bush #5F4290
RGB
CMYK
RGB Variations
Color information
#5F4290 (or 0x5F4290) is known color: Daisy Bush. HEX triplet: 5F, 42 and 90. RGB value is (95,66,144). Sum of RGB (Red+Green+Blue) = 95+66+144=305 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.15% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #5F4290 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F4290 is #A0BD6F. Grayscale: #535353. Windows color (decimal): -10534256 or 9454175. OLE color: 9454175.
HSL color Cylindrical-coordinate representation of color #5F4290: hue angle of 262.31º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F4290 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 95 | 66 | 144 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.44 |
| HSL | 262.31º | 0.37% | 0.41% | - |
| HSV(B) | 262.31º | 0.54% | 0.56% | - |
| XYZ | 11.7 | 8.34 | 27.38 | - |
| YUV | 83.56 | 162.11 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 66 | 144 | 0.34 | 0.54 | 0 | 0.44 | 262.31 | 0.37 | 0.41 |
| Hex | 5F | 42 | 90 | 22 | 36 | 0 | 2C | 106 | 25 | 29 |
| Octal | 137 | 102 | 220 | 42 | 66 | 0 | 54 | 406 | 45 | 51 |
| Binary | 1011111 | 1000010 | 10010000 | 100010 | 110110 | 0 | 101100 | 100000110 | 100101 | 101001 |
Color Harmonies of #5F4290
Complementary color
Monochromatic Colors of #5F4290
Black with #5F4290
Text Example
Text Example
White with #5F4290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4290; }
p { color: rgb(95,66,144); }
H1.HeaderClassName
{
color: #5F4290;
}
.AnyTagClassName
{
color: #5F4290;
}
</style>
background-color css
<style>
a { background-color: #5F4290; }
a { background-color: rgb(95,66,144); }
div.DivClassName
{
background-color: #5F4290;
}
.BgClassName
{
background-color: #5F4290;
}
</style>
border-color css
<style>
span { border-color: #5F4290; }
span { border-color: rgb(95,66,144); }
td.TdClassName
{
border-color: #5F4290;
}
.TagClassName
{
border-color: #5F4290;
}
</style>