Shades of Daisy Bush #5B349D
Tints of Daisy Bush #5B349D
RGB
CMYK
RGB Variations
Color information
#5B349D (or 0x5B349D) is known color: Daisy Bush. HEX triplet: 5B, 34 and 9D. RGB value is (91,52,157). Sum of RGB (Red+Green+Blue) = 91+52+157=300 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.33% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #5B349D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B349D is #A4CB62. Grayscale: #4B4B4B. Windows color (decimal): -10799971 or 10302555. OLE color: 10302555.
HSL color Cylindrical-coordinate representation of color #5B349D: hue angle of 262.29º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B349D is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 52 | 157 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.38 |
| HSL | 262.29º | 0.5% | 0.41% | - |
| HSV(B) | 262.29º | 0.67% | 0.62% | - |
| XYZ | 11.63 | 7.11 | 32.66 | - |
| YUV | 75.63 | 173.92 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 52 | 157 | 0.42 | 0.67 | 0 | 0.38 | 262.29 | 0.5 | 0.41 |
| Hex | 5B | 34 | 9D | 2A | 43 | 0 | 26 | 106 | 32 | 29 |
| Octal | 133 | 64 | 235 | 52 | 103 | 0 | 46 | 406 | 62 | 51 |
| Binary | 1011011 | 110100 | 10011101 | 101010 | 1000011 | 0 | 100110 | 100000110 | 110010 | 101001 |
Color Harmonies of #5B349D
Complementary color
Monochromatic Colors of #5B349D
Black with #5B349D
Text Example
Text Example
White with #5B349D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B349D; }
p { color: rgb(91,52,157); }
H1.HeaderClassName
{
color: #5B349D;
}
.AnyTagClassName
{
color: #5B349D;
}
</style>
background-color css
<style>
a { background-color: #5B349D; }
a { background-color: rgb(91,52,157); }
div.DivClassName
{
background-color: #5B349D;
}
.BgClassName
{
background-color: #5B349D;
}
</style>
border-color css
<style>
span { border-color: #5B349D; }
span { border-color: rgb(91,52,157); }
td.TdClassName
{
border-color: #5B349D;
}
.TagClassName
{
border-color: #5B349D;
}
</style>