Shades of Daisy Bush #5F4192
Tints of Daisy Bush #5F4192
RGB
CMYK
RGB Variations
Color information
#5F4192 (or 0x5F4192) is known color: Daisy Bush. HEX triplet: 5F, 41 and 92. RGB value is (95,65,146). Sum of RGB (Red+Green+Blue) = 95+65+146=306 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.05% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 146 - color contains mainly: blue. Hex color #5F4192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F4192 is #A0BE6D. Grayscale: #525252. Windows color (decimal): -10534510 or 9584991. OLE color: 9584991.
HSL color Cylindrical-coordinate representation of color #5F4192: hue angle of 262.22º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5F4192 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 95 | 65 | 146 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.43 |
| HSL | 262.22º | 0.38% | 0.41% | - |
| HSV(B) | 262.22º | 0.55% | 0.57% | - |
| XYZ | 11.8 | 8.29 | 28.17 | - |
| YUV | 83.2 | 163.44 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 65 | 146 | 0.35 | 0.55 | 0 | 0.43 | 262.22 | 0.38 | 0.41 |
| Hex | 5F | 41 | 92 | 23 | 37 | 0 | 2B | 106 | 26 | 29 |
| Octal | 137 | 101 | 222 | 43 | 67 | 0 | 53 | 406 | 46 | 51 |
| Binary | 1011111 | 1000001 | 10010010 | 100011 | 110111 | 0 | 101011 | 100000110 | 100110 | 101001 |
Color Harmonies of #5F4192
Complementary color
Monochromatic Colors of #5F4192
Black with #5F4192
Text Example
Text Example
White with #5F4192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4192; }
p { color: rgb(95,65,146); }
H1.HeaderClassName
{
color: #5F4192;
}
.AnyTagClassName
{
color: #5F4192;
}
</style>
background-color css
<style>
a { background-color: #5F4192; }
a { background-color: rgb(95,65,146); }
div.DivClassName
{
background-color: #5F4192;
}
.BgClassName
{
background-color: #5F4192;
}
</style>
border-color css
<style>
span { border-color: #5F4192; }
span { border-color: rgb(95,65,146); }
td.TdClassName
{
border-color: #5F4192;
}
.TagClassName
{
border-color: #5F4192;
}
</style>