Shades of Daisy Bush #5F488D
Tints of Daisy Bush #5F488D
RGB
CMYK
RGB Variations
Color information
#5F488D (or 0x5F488D) is known color: Daisy Bush. HEX triplet: 5F, 48 and 8D. RGB value is (95,72,141). Sum of RGB (Red+Green+Blue) = 95+72+141=308 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.84% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #5F488D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F488D is #A0B772. Grayscale: #565656. Windows color (decimal): -10532723 or 9259103. OLE color: 9259103.
HSL color Cylindrical-coordinate representation of color #5F488D: hue angle of 260º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5F488D is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 72 | 141 | - |
| CMYK | 0.33 | 0.49 | 0 | 0.45 |
| HSL | 260º | 0.32% | 0.42% | - |
| HSV(B) | 260º | 0.49% | 0.55% | - |
| XYZ | 11.84 | 8.99 | 26.31 | - |
| YUV | 86.74 | 158.62 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 72 | 141 | 0.33 | 0.49 | 0 | 0.45 | 260 | 0.32 | 0.42 |
| Hex | 5F | 48 | 8D | 21 | 31 | 0 | 2D | 104 | 20 | 2A |
| Octal | 137 | 110 | 215 | 41 | 61 | 0 | 55 | 404 | 40 | 52 |
| Binary | 1011111 | 1001000 | 10001101 | 100001 | 110001 | 0 | 101101 | 100000100 | 100000 | 101010 |
Color Harmonies of #5F488D
Complementary color
Monochromatic Colors of #5F488D
Black with #5F488D
Text Example
Text Example
White with #5F488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F488D; }
p { color: rgb(95,72,141); }
H1.HeaderClassName
{
color: #5F488D;
}
.AnyTagClassName
{
color: #5F488D;
}
</style>
background-color css
<style>
a { background-color: #5F488D; }
a { background-color: rgb(95,72,141); }
div.DivClassName
{
background-color: #5F488D;
}
.BgClassName
{
background-color: #5F488D;
}
</style>
border-color css
<style>
span { border-color: #5F488D; }
span { border-color: rgb(95,72,141); }
td.TdClassName
{
border-color: #5F488D;
}
.TagClassName
{
border-color: #5F488D;
}
</style>