Shades of Daisy Bush #5F498F
Tints of Daisy Bush #5F498F
RGB
CMYK
RGB Variations
Color information
#5F498F (or 0x5F498F) is known color: Daisy Bush. HEX triplet: 5F, 49 and 8F. RGB value is (95,73,143). Sum of RGB (Red+Green+Blue) = 95+73+143=311 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.55% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 143 (56.25% from 255 or 45.98% from 311); Max value from RGB is 143 - color contains mainly: blue. Hex color #5F498F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F498F is #A0B670. Grayscale: #575757. Windows color (decimal): -10532465 or 9390431. OLE color: 9390431.
HSL color Cylindrical-coordinate representation of color #5F498F: hue angle of 258.86º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5F498F is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 95 | 73 | 143 | - |
| CMYK | 0.34 | 0.49 | 0 | 0.44 |
| HSL | 258.86º | 0.32% | 0.42% | - |
| HSV(B) | 258.86º | 0.49% | 0.56% | - |
| XYZ | 12.06 | 9.18 | 27.12 | - |
| YUV | 87.56 | 159.29 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 73 | 143 | 0.34 | 0.49 | 0 | 0.44 | 258.86 | 0.32 | 0.42 |
| Hex | 5F | 49 | 8F | 22 | 31 | 0 | 2C | 103 | 20 | 2A |
| Octal | 137 | 111 | 217 | 42 | 61 | 0 | 54 | 403 | 40 | 52 |
| Binary | 1011111 | 1001001 | 10001111 | 100010 | 110001 | 0 | 101100 | 100000011 | 100000 | 101010 |
Color Harmonies of #5F498F
Complementary color
Monochromatic Colors of #5F498F
Black with #5F498F
Text Example
Text Example
White with #5F498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F498F; }
p { color: rgb(95,73,143); }
H1.HeaderClassName
{
color: #5F498F;
}
.AnyTagClassName
{
color: #5F498F;
}
</style>
background-color css
<style>
a { background-color: #5F498F; }
a { background-color: rgb(95,73,143); }
div.DivClassName
{
background-color: #5F498F;
}
.BgClassName
{
background-color: #5F498F;
}
</style>
border-color css
<style>
span { border-color: #5F498F; }
span { border-color: rgb(95,73,143); }
td.TdClassName
{
border-color: #5F498F;
}
.TagClassName
{
border-color: #5F498F;
}
</style>