Shades of Daisy Bush #5F459D
Tints of Daisy Bush #5F459D
RGB
CMYK
RGB Variations
Color information
#5F459D (or 0x5F459D) is known color: Daisy Bush. HEX triplet: 5F, 45 and 9D. RGB value is (95,69,157). Sum of RGB (Red+Green+Blue) = 95+69+157=321 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.60% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #5F459D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F459D is #A0BA62. Grayscale: #565656. Windows color (decimal): -10533475 or 10306911. OLE color: 10306911.
HSL color Cylindrical-coordinate representation of color #5F459D: hue angle of 257.73º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5F459D is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 69 | 157 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.38 |
| HSL | 257.73º | 0.39% | 0.44% | - |
| HSV(B) | 257.73º | 0.56% | 0.62% | - |
| XYZ | 12.93 | 9.12 | 32.98 | - |
| YUV | 86.81 | 167.61 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 69 | 157 | 0.39 | 0.56 | 0 | 0.38 | 257.73 | 0.39 | 0.44 |
| Hex | 5F | 45 | 9D | 27 | 38 | 0 | 26 | 102 | 27 | 2C |
| Octal | 137 | 105 | 235 | 47 | 70 | 0 | 46 | 402 | 47 | 54 |
| Binary | 1011111 | 1000101 | 10011101 | 100111 | 111000 | 0 | 100110 | 100000010 | 100111 | 101100 |
Color Harmonies of #5F459D
Complementary color
Monochromatic Colors of #5F459D
Black with #5F459D
Text Example
Text Example
White with #5F459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F459D; }
p { color: rgb(95,69,157); }
H1.HeaderClassName
{
color: #5F459D;
}
.AnyTagClassName
{
color: #5F459D;
}
</style>
background-color css
<style>
a { background-color: #5F459D; }
a { background-color: rgb(95,69,157); }
div.DivClassName
{
background-color: #5F459D;
}
.BgClassName
{
background-color: #5F459D;
}
</style>
border-color css
<style>
span { border-color: #5F459D; }
span { border-color: rgb(95,69,157); }
td.TdClassName
{
border-color: #5F459D;
}
.TagClassName
{
border-color: #5F459D;
}
</style>