Shades of Daisy Bush #5F349B
Tints of Daisy Bush #5F349B
RGB
CMYK
RGB Variations
Color information
#5F349B (or 0x5F349B) is known color: Daisy Bush. HEX triplet: 5F, 34 and 9B. RGB value is (95,52,155). Sum of RGB (Red+Green+Blue) = 95+52+155=302 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.46% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #5F349B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F349B is #A0CB64. Grayscale: #4C4C4C. Windows color (decimal): -10537829 or 10171487. OLE color: 10171487.
HSL color Cylindrical-coordinate representation of color #5F349B: hue angle of 265.05º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5F349B is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 95 | 52 | 155 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.39 |
| HSL | 265.05º | 0.5% | 0.41% | - |
| HSV(B) | 265.05º | 0.66% | 0.61% | - |
| XYZ | 11.86 | 7.26 | 31.79 | - |
| YUV | 76.6 | 172.25 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 52 | 155 | 0.39 | 0.66 | 0 | 0.39 | 265.05 | 0.5 | 0.41 |
| Hex | 5F | 34 | 9B | 27 | 42 | 0 | 27 | 109 | 32 | 29 |
| Octal | 137 | 64 | 233 | 47 | 102 | 0 | 47 | 411 | 62 | 51 |
| Binary | 1011111 | 110100 | 10011011 | 100111 | 1000010 | 0 | 100111 | 100001001 | 110010 | 101001 |
Color Harmonies of #5F349B
Complementary color
Monochromatic Colors of #5F349B
Black with #5F349B
Text Example
Text Example
White with #5F349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F349B; }
p { color: rgb(95,52,155); }
H1.HeaderClassName
{
color: #5F349B;
}
.AnyTagClassName
{
color: #5F349B;
}
</style>
background-color css
<style>
a { background-color: #5F349B; }
a { background-color: rgb(95,52,155); }
div.DivClassName
{
background-color: #5F349B;
}
.BgClassName
{
background-color: #5F349B;
}
</style>
border-color css
<style>
span { border-color: #5F349B; }
span { border-color: rgb(95,52,155); }
td.TdClassName
{
border-color: #5F349B;
}
.TagClassName
{
border-color: #5F349B;
}
</style>