Shades of Daisy Bush #5F389D
Tints of Daisy Bush #5F389D
RGB
CMYK
RGB Variations
Color information
#5F389D (or 0x5F389D) is known color: Daisy Bush. HEX triplet: 5F, 38 and 9D. RGB value is (95,56,157). Sum of RGB (Red+Green+Blue) = 95+56+157=308 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.84% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 157 (61.72% from 255 or 50.97% from 308); Max value from RGB is 157 - color contains mainly: blue. Hex color #5F389D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F389D is #A0C762. Grayscale: #4E4E4E. Windows color (decimal): -10536803 or 10303583. OLE color: 10303583.
HSL color Cylindrical-coordinate representation of color #5F389D: hue angle of 263.17º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5F389D is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 56 | 157 | - |
| CMYK | 0.39 | 0.64 | 0 | 0.38 |
| HSL | 263.17º | 0.47% | 0.42% | - |
| HSV(B) | 263.17º | 0.64% | 0.62% | - |
| XYZ | 12.22 | 7.7 | 32.74 | - |
| YUV | 79.18 | 171.92 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 56 | 157 | 0.39 | 0.64 | 0 | 0.38 | 263.17 | 0.47 | 0.42 |
| Hex | 5F | 38 | 9D | 27 | 40 | 0 | 26 | 107 | 2F | 2A |
| Octal | 137 | 70 | 235 | 47 | 100 | 0 | 46 | 407 | 57 | 52 |
| Binary | 1011111 | 111000 | 10011101 | 100111 | 1000000 | 0 | 100110 | 100000111 | 101111 | 101010 |
Color Harmonies of #5F389D
Complementary color
Monochromatic Colors of #5F389D
Black with #5F389D
Text Example
Text Example
White with #5F389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F389D; }
p { color: rgb(95,56,157); }
H1.HeaderClassName
{
color: #5F389D;
}
.AnyTagClassName
{
color: #5F389D;
}
</style>
background-color css
<style>
a { background-color: #5F389D; }
a { background-color: rgb(95,56,157); }
div.DivClassName
{
background-color: #5F389D;
}
.BgClassName
{
background-color: #5F389D;
}
</style>
border-color css
<style>
span { border-color: #5F389D; }
span { border-color: rgb(95,56,157); }
td.TdClassName
{
border-color: #5F389D;
}
.TagClassName
{
border-color: #5F389D;
}
</style>