Shades of Daisy Bush #5F4C99
Tints of Daisy Bush #5F4C99
RGB
CMYK
RGB Variations
Color information
#5F4C99 (or 0x5F4C99) is known color: Daisy Bush. HEX triplet: 5F, 4C and 99. RGB value is (95,76,153). Sum of RGB (Red+Green+Blue) = 95+76+153=324 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.32% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #5F4C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F4C99 is #A0B366. Grayscale: #5A5A5A. Windows color (decimal): -10531687 or 10046559. OLE color: 10046559.
HSL color Cylindrical-coordinate representation of color #5F4C99: hue angle of 254.81º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5F4C99 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 95 | 76 | 153 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.4 |
| HSL | 254.81º | 0.34% | 0.45% | - |
| HSV(B) | 254.81º | 0.5% | 0.6% | - |
| XYZ | 13.05 | 9.9 | 31.36 | - |
| YUV | 90.46 | 163.29 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 76 | 153 | 0.38 | 0.50 | 0 | 0.4 | 254.81 | 0.34 | 0.45 |
| Hex | 5F | 4C | 99 | 26 | 32 | 0 | 28 | FF | 22 | 2D |
| Octal | 137 | 114 | 231 | 46 | 62 | 0 | 50 | 377 | 42 | 55 |
| Binary | 1011111 | 1001100 | 10011001 | 100110 | 110010 | 0 | 101000 | 11111111 | 100010 | 101101 |
Color Harmonies of #5F4C99
Complementary color
Monochromatic Colors of #5F4C99
Black with #5F4C99
Text Example
Text Example
White with #5F4C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4C99; }
p { color: rgb(95,76,153); }
H1.HeaderClassName
{
color: #5F4C99;
}
.AnyTagClassName
{
color: #5F4C99;
}
</style>
background-color css
<style>
a { background-color: #5F4C99; }
a { background-color: rgb(95,76,153); }
div.DivClassName
{
background-color: #5F4C99;
}
.BgClassName
{
background-color: #5F4C99;
}
</style>
border-color css
<style>
span { border-color: #5F4C99; }
span { border-color: rgb(95,76,153); }
td.TdClassName
{
border-color: #5F4C99;
}
.TagClassName
{
border-color: #5F4C99;
}
</style>