Shades of Daisy Bush #5F489A
Tints of Daisy Bush #5F489A
RGB
CMYK
RGB Variations
Color information
#5F489A (or 0x5F489A) is known color: Daisy Bush. HEX triplet: 5F, 48 and 9A. RGB value is (95,72,154). Sum of RGB (Red+Green+Blue) = 95+72+154=321 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.60% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 154 (60.55% from 255 or 47.98% from 321); Max value from RGB is 154 - color contains mainly: blue. Hex color #5F489A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F489A is #A0B765. Grayscale: #575757. Windows color (decimal): -10532710 or 10111071. OLE color: 10111071.
HSL color Cylindrical-coordinate representation of color #5F489A: hue angle of 256.83º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F489A is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 95 | 72 | 154 | - |
| CMYK | 0.38 | 0.53 | 0 | 0.40 |
| HSL | 256.83º | 0.36% | 0.44% | - |
| HSV(B) | 256.83º | 0.53% | 0.6% | - |
| XYZ | 12.87 | 9.4 | 31.71 | - |
| YUV | 88.23 | 165.12 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 72 | 154 | 0.38 | 0.53 | 0 | 0.40 | 256.83 | 0.36 | 0.44 |
| Hex | 5F | 48 | 9A | 26 | 35 | 0 | 28 | 101 | 24 | 2C |
| Octal | 137 | 110 | 232 | 46 | 65 | 0 | 50 | 401 | 44 | 54 |
| Binary | 1011111 | 1001000 | 10011010 | 100110 | 110101 | 0 | 101000 | 100000001 | 100100 | 101100 |
Color Harmonies of #5F489A
Complementary color
Monochromatic Colors of #5F489A
Black with #5F489A
Text Example
Text Example
White with #5F489A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F489A; }
p { color: rgb(95,72,154); }
H1.HeaderClassName
{
color: #5F489A;
}
.AnyTagClassName
{
color: #5F489A;
}
</style>
background-color css
<style>
a { background-color: #5F489A; }
a { background-color: rgb(95,72,154); }
div.DivClassName
{
background-color: #5F489A;
}
.BgClassName
{
background-color: #5F489A;
}
</style>
border-color css
<style>
span { border-color: #5F489A; }
span { border-color: rgb(95,72,154); }
td.TdClassName
{
border-color: #5F489A;
}
.TagClassName
{
border-color: #5F489A;
}
</style>