Shades of Daisy Bush #5F419E
Tints of Daisy Bush #5F419E
RGB
CMYK
RGB Variations
Color information
#5F419E (or 0x5F419E) is known color: Daisy Bush. HEX triplet: 5F, 41 and 9E. RGB value is (95,65,158). Sum of RGB (Red+Green+Blue) = 95+65+158=318 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.87% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 158 (62.11% from 255 or 49.69% from 318); Max value from RGB is 158 - color contains mainly: blue. Hex color #5F419E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F419E is #A0BE61. Grayscale: #545454. Windows color (decimal): -10534498 or 10371423. OLE color: 10371423.
HSL color Cylindrical-coordinate representation of color #5F419E: hue angle of 259.35º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5F419E is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 65 | 158 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.38 |
| HSL | 259.35º | 0.42% | 0.44% | - |
| HSV(B) | 259.35º | 0.59% | 0.62% | - |
| XYZ | 12.78 | 8.68 | 33.35 | - |
| YUV | 84.57 | 169.44 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 65 | 158 | 0.40 | 0.59 | 0 | 0.38 | 259.35 | 0.42 | 0.44 |
| Hex | 5F | 41 | 9E | 28 | 3B | 0 | 26 | 103 | 2A | 2C |
| Octal | 137 | 101 | 236 | 50 | 73 | 0 | 46 | 403 | 52 | 54 |
| Binary | 1011111 | 1000001 | 10011110 | 101000 | 111011 | 0 | 100110 | 100000011 | 101010 | 101100 |
Color Harmonies of #5F419E
Complementary color
Monochromatic Colors of #5F419E
Black with #5F419E
Text Example
Text Example
White with #5F419E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F419E; }
p { color: rgb(95,65,158); }
H1.HeaderClassName
{
color: #5F419E;
}
.AnyTagClassName
{
color: #5F419E;
}
</style>
background-color css
<style>
a { background-color: #5F419E; }
a { background-color: rgb(95,65,158); }
div.DivClassName
{
background-color: #5F419E;
}
.BgClassName
{
background-color: #5F419E;
}
</style>
border-color css
<style>
span { border-color: #5F419E; }
span { border-color: rgb(95,65,158); }
td.TdClassName
{
border-color: #5F419E;
}
.TagClassName
{
border-color: #5F419E;
}
</style>