Shades of Daisy Bush #5F388B
Tints of Daisy Bush #5F388B
RGB
CMYK
RGB Variations
Color information
#5F388B (or 0x5F388B) is known color: Daisy Bush. HEX triplet: 5F, 38 and 8B. RGB value is (95,56,139). Sum of RGB (Red+Green+Blue) = 95+56+139=290 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.76% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #5F388B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F388B is #A0C774. Grayscale: #4C4C4C. Windows color (decimal): -10536821 or 9123935. OLE color: 9123935.
HSL color Cylindrical-coordinate representation of color #5F388B: hue angle of 268.19º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F388B is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 56 | 139 | - |
| CMYK | 0.32 | 0.60 | 0 | 0.45 |
| HSL | 268.19º | 0.43% | 0.38% | - |
| HSV(B) | 268.19º | 0.6% | 0.55% | - |
| XYZ | 10.79 | 7.13 | 25.23 | - |
| YUV | 77.12 | 162.92 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 56 | 139 | 0.32 | 0.60 | 0 | 0.45 | 268.19 | 0.43 | 0.38 |
| Hex | 5F | 38 | 8B | 20 | 3C | 0 | 2D | 10C | 2B | 26 |
| Octal | 137 | 70 | 213 | 40 | 74 | 0 | 55 | 414 | 53 | 46 |
| Binary | 1011111 | 111000 | 10001011 | 100000 | 111100 | 0 | 101101 | 100001100 | 101011 | 100110 |
Color Harmonies of #5F388B
Complementary color
Monochromatic Colors of #5F388B
Black with #5F388B
Text Example
Text Example
White with #5F388B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F388B; }
p { color: rgb(95,56,139); }
H1.HeaderClassName
{
color: #5F388B;
}
.AnyTagClassName
{
color: #5F388B;
}
</style>
background-color css
<style>
a { background-color: #5F388B; }
a { background-color: rgb(95,56,139); }
div.DivClassName
{
background-color: #5F388B;
}
.BgClassName
{
background-color: #5F388B;
}
</style>
border-color css
<style>
span { border-color: #5F388B; }
span { border-color: rgb(95,56,139); }
td.TdClassName
{
border-color: #5F388B;
}
.TagClassName
{
border-color: #5F388B;
}
</style>