Shades of Daisy Bush #5F3B90
Tints of Daisy Bush #5F3B90
RGB
CMYK
RGB Variations
Color information
#5F3B90 (or 0x5F3B90) is known color: Daisy Bush. HEX triplet: 5F, 3B and 90. RGB value is (95,59,144). Sum of RGB (Red+Green+Blue) = 95+59+144=298 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.88% from 298); Green value is 59 (23.44% from 255 or 19.80% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #5F3B90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F3B90 is #A0C46F. Grayscale: #4F4F4F. Windows color (decimal): -10536048 or 9452383. OLE color: 9452383.
HSL color Cylindrical-coordinate representation of color #5F3B90: hue angle of 265.41º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5F3B90 is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 95 | 59 | 144 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.44 |
| HSL | 265.41º | 0.42% | 0.4% | - |
| HSV(B) | 265.41º | 0.59% | 0.56% | - |
| XYZ | 11.32 | 7.57 | 27.25 | - |
| YUV | 79.45 | 164.43 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 59 | 144 | 0.34 | 0.59 | 0 | 0.44 | 265.41 | 0.42 | 0.4 |
| Hex | 5F | 3B | 90 | 22 | 3B | 0 | 2C | 109 | 2A | 28 |
| Octal | 137 | 73 | 220 | 42 | 73 | 0 | 54 | 411 | 52 | 50 |
| Binary | 1011111 | 111011 | 10010000 | 100010 | 111011 | 0 | 101100 | 100001001 | 101010 | 101000 |
Color Harmonies of #5F3B90
Complementary color
Monochromatic Colors of #5F3B90
Black with #5F3B90
Text Example
Text Example
White with #5F3B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3B90; }
p { color: rgb(95,59,144); }
H1.HeaderClassName
{
color: #5F3B90;
}
.AnyTagClassName
{
color: #5F3B90;
}
</style>
background-color css
<style>
a { background-color: #5F3B90; }
a { background-color: rgb(95,59,144); }
div.DivClassName
{
background-color: #5F3B90;
}
.BgClassName
{
background-color: #5F3B90;
}
</style>
border-color css
<style>
span { border-color: #5F3B90; }
span { border-color: rgb(95,59,144); }
td.TdClassName
{
border-color: #5F3B90;
}
.TagClassName
{
border-color: #5F3B90;
}
</style>