Shades of Daisy Bush #5F458D
Tints of Daisy Bush #5F458D
RGB
CMYK
RGB Variations
Color information
#5F458D (or 0x5F458D) is known color: Daisy Bush. HEX triplet: 5F, 45 and 8D. RGB value is (95,69,141). Sum of RGB (Red+Green+Blue) = 95+69+141=305 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.15% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #5F458D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F458D is #A0BA72. Grayscale: #545454. Windows color (decimal): -10533491 or 9258335. OLE color: 9258335.
HSL color Cylindrical-coordinate representation of color #5F458D: hue angle of 261.67º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5F458D is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 69 | 141 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.45 |
| HSL | 261.67º | 0.34% | 0.41% | - |
| HSV(B) | 261.67º | 0.51% | 0.55% | - |
| XYZ | 11.66 | 8.61 | 26.25 | - |
| YUV | 84.98 | 159.61 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 69 | 141 | 0.33 | 0.51 | 0 | 0.45 | 261.67 | 0.34 | 0.41 |
| Hex | 5F | 45 | 8D | 21 | 33 | 0 | 2D | 106 | 22 | 29 |
| Octal | 137 | 105 | 215 | 41 | 63 | 0 | 55 | 406 | 42 | 51 |
| Binary | 1011111 | 1000101 | 10001101 | 100001 | 110011 | 0 | 101101 | 100000110 | 100010 | 101001 |
Color Harmonies of #5F458D
Complementary color
Monochromatic Colors of #5F458D
Black with #5F458D
Text Example
Text Example
White with #5F458D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F458D; }
p { color: rgb(95,69,141); }
H1.HeaderClassName
{
color: #5F458D;
}
.AnyTagClassName
{
color: #5F458D;
}
</style>
background-color css
<style>
a { background-color: #5F458D; }
a { background-color: rgb(95,69,141); }
div.DivClassName
{
background-color: #5F458D;
}
.BgClassName
{
background-color: #5F458D;
}
</style>
border-color css
<style>
span { border-color: #5F458D; }
span { border-color: rgb(95,69,141); }
td.TdClassName
{
border-color: #5F458D;
}
.TagClassName
{
border-color: #5F458D;
}
</style>