Shades of Daisy Bush #5F309B
Tints of Daisy Bush #5F309B
RGB
CMYK
RGB Variations
Color information
#5F309B (or 0x5F309B) is known color: Daisy Bush. HEX triplet: 5F, 30 and 9B. RGB value is (95,48,155). Sum of RGB (Red+Green+Blue) = 95+48+155=298 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.88% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #5F309B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F309B is #A0CF64. Grayscale: #494949. Windows color (decimal): -10538853 or 10170463. OLE color: 10170463.
HSL color Cylindrical-coordinate representation of color #5F309B: hue angle of 266.36º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5F309B is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 95 | 48 | 155 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.39 |
| HSL | 266.36º | 0.53% | 0.4% | - |
| HSV(B) | 266.36º | 0.69% | 0.61% | - |
| XYZ | 11.69 | 6.91 | 31.73 | - |
| YUV | 74.25 | 173.57 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 48 | 155 | 0.39 | 0.69 | 0 | 0.39 | 266.36 | 0.53 | 0.4 |
| Hex | 5F | 30 | 9B | 27 | 45 | 0 | 27 | 10A | 35 | 28 |
| Octal | 137 | 60 | 233 | 47 | 105 | 0 | 47 | 412 | 65 | 50 |
| Binary | 1011111 | 110000 | 10011011 | 100111 | 1000101 | 0 | 100111 | 100001010 | 110101 | 101000 |
Color Harmonies of #5F309B
Complementary color
Monochromatic Colors of #5F309B
Black with #5F309B
Text Example
Text Example
White with #5F309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F309B; }
p { color: rgb(95,48,155); }
H1.HeaderClassName
{
color: #5F309B;
}
.AnyTagClassName
{
color: #5F309B;
}
</style>
background-color css
<style>
a { background-color: #5F309B; }
a { background-color: rgb(95,48,155); }
div.DivClassName
{
background-color: #5F309B;
}
.BgClassName
{
background-color: #5F309B;
}
</style>
border-color css
<style>
span { border-color: #5F309B; }
span { border-color: rgb(95,48,155); }
td.TdClassName
{
border-color: #5F309B;
}
.TagClassName
{
border-color: #5F309B;
}
</style>