Shades of Daisy Bush #5F408A
Tints of Daisy Bush #5F408A
RGB
CMYK
RGB Variations
Color information
#5F408A (or 0x5F408A) is known color: Daisy Bush. HEX triplet: 5F, 40 and 8A. RGB value is (95,64,138). Sum of RGB (Red+Green+Blue) = 95+64+138=297 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.99% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 138 - color contains mainly: blue. Hex color #5F408A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F408A is #A0BF75. Grayscale: #515151. Windows color (decimal): -10534774 or 9060447. OLE color: 9060447.
HSL color Cylindrical-coordinate representation of color #5F408A: hue angle of 265.14º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F408A is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 95 | 64 | 138 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.46 |
| HSL | 265.14º | 0.37% | 0.4% | - |
| HSV(B) | 265.14º | 0.54% | 0.54% | - |
| XYZ | 11.14 | 7.93 | 24.99 | - |
| YUV | 81.71 | 159.77 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 64 | 138 | 0.31 | 0.54 | 0 | 0.46 | 265.14 | 0.37 | 0.4 |
| Hex | 5F | 40 | 8A | 1F | 36 | 0 | 2E | 109 | 25 | 28 |
| Octal | 137 | 100 | 212 | 37 | 66 | 0 | 56 | 411 | 45 | 50 |
| Binary | 1011111 | 1000000 | 10001010 | 11111 | 110110 | 0 | 101110 | 100001001 | 100101 | 101000 |
Color Harmonies of #5F408A
Complementary color
Monochromatic Colors of #5F408A
Black with #5F408A
Text Example
Text Example
White with #5F408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F408A; }
p { color: rgb(95,64,138); }
H1.HeaderClassName
{
color: #5F408A;
}
.AnyTagClassName
{
color: #5F408A;
}
</style>
background-color css
<style>
a { background-color: #5F408A; }
a { background-color: rgb(95,64,138); }
div.DivClassName
{
background-color: #5F408A;
}
.BgClassName
{
background-color: #5F408A;
}
</style>
border-color css
<style>
span { border-color: #5F408A; }
span { border-color: rgb(95,64,138); }
td.TdClassName
{
border-color: #5F408A;
}
.TagClassName
{
border-color: #5F408A;
}
</style>