Shades of Daisy Bush #5F488B
Tints of Daisy Bush #5F488B
RGB
CMYK
RGB Variations
Color information
#5F488B (or 0x5F488B) is known color: Daisy Bush. HEX triplet: 5F, 48 and 8B. RGB value is (95,72,139). Sum of RGB (Red+Green+Blue) = 95+72+139=306 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.05% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #5F488B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F488B is #A0B774. Grayscale: #565656. Windows color (decimal): -10532725 or 9128031. OLE color: 9128031.
HSL color Cylindrical-coordinate representation of color #5F488B: hue angle of 260.6º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5F488B is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 72 | 139 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.45 |
| HSL | 260.6º | 0.32% | 0.41% | - |
| HSV(B) | 260.6º | 0.48% | 0.55% | - |
| XYZ | 11.7 | 8.93 | 25.53 | - |
| YUV | 86.52 | 157.62 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 72 | 139 | 0.32 | 0.48 | 0 | 0.45 | 260.6 | 0.32 | 0.41 |
| Hex | 5F | 48 | 8B | 20 | 30 | 0 | 2D | 105 | 20 | 29 |
| Octal | 137 | 110 | 213 | 40 | 60 | 0 | 55 | 405 | 40 | 51 |
| Binary | 1011111 | 1001000 | 10001011 | 100000 | 110000 | 0 | 101101 | 100000101 | 100000 | 101001 |
Color Harmonies of #5F488B
Complementary color
Monochromatic Colors of #5F488B
Black with #5F488B
Text Example
Text Example
White with #5F488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F488B; }
p { color: rgb(95,72,139); }
H1.HeaderClassName
{
color: #5F488B;
}
.AnyTagClassName
{
color: #5F488B;
}
</style>
background-color css
<style>
a { background-color: #5F488B; }
a { background-color: rgb(95,72,139); }
div.DivClassName
{
background-color: #5F488B;
}
.BgClassName
{
background-color: #5F488B;
}
</style>
border-color css
<style>
span { border-color: #5F488B; }
span { border-color: rgb(95,72,139); }
td.TdClassName
{
border-color: #5F488B;
}
.TagClassName
{
border-color: #5F488B;
}
</style>