Shades of Daisy Bush #5F439D
Tints of Daisy Bush #5F439D
RGB
CMYK
RGB Variations
Color information
#5F439D (or 0x5F439D) is known color: Daisy Bush. HEX triplet: 5F, 43 and 9D. RGB value is (95,67,157). Sum of RGB (Red+Green+Blue) = 95+67+157=319 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.78% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #5F439D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F439D is #A0BC62. Grayscale: #555555. Windows color (decimal): -10533987 or 10306399. OLE color: 10306399.
HSL color Cylindrical-coordinate representation of color #5F439D: hue angle of 258.67º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F439D is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 67 | 157 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.38 |
| HSL | 258.67º | 0.4% | 0.44% | - |
| HSV(B) | 258.67º | 0.57% | 0.62% | - |
| XYZ | 12.81 | 8.88 | 32.94 | - |
| YUV | 85.63 | 168.28 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 67 | 157 | 0.39 | 0.57 | 0 | 0.38 | 258.67 | 0.4 | 0.44 |
| Hex | 5F | 43 | 9D | 27 | 39 | 0 | 26 | 103 | 28 | 2C |
| Octal | 137 | 103 | 235 | 47 | 71 | 0 | 46 | 403 | 50 | 54 |
| Binary | 1011111 | 1000011 | 10011101 | 100111 | 111001 | 0 | 100110 | 100000011 | 101000 | 101100 |
Color Harmonies of #5F439D
Complementary color
Monochromatic Colors of #5F439D
Black with #5F439D
Text Example
Text Example
White with #5F439D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F439D; }
p { color: rgb(95,67,157); }
H1.HeaderClassName
{
color: #5F439D;
}
.AnyTagClassName
{
color: #5F439D;
}
</style>
background-color css
<style>
a { background-color: #5F439D; }
a { background-color: rgb(95,67,157); }
div.DivClassName
{
background-color: #5F439D;
}
.BgClassName
{
background-color: #5F439D;
}
</style>
border-color css
<style>
span { border-color: #5F439D; }
span { border-color: rgb(95,67,157); }
td.TdClassName
{
border-color: #5F439D;
}
.TagClassName
{
border-color: #5F439D;
}
</style>