Shades of Daisy Bush #5B349C
Tints of Daisy Bush #5B349C
RGB
CMYK
RGB Variations
Color information
#5B349C (or 0x5B349C) is known color: Daisy Bush. HEX triplet: 5B, 34 and 9C. RGB value is (91,52,156). Sum of RGB (Red+Green+Blue) = 91+52+156=299 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.43% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #5B349C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B349C is #A4CB63. Grayscale: #4B4B4B. Windows color (decimal): -10799972 or 10237019. OLE color: 10237019.
HSL color Cylindrical-coordinate representation of color #5B349C: hue angle of 262.5º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B349C is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 91 | 52 | 156 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.39 |
| HSL | 262.5º | 0.5% | 0.41% | - |
| HSV(B) | 262.5º | 0.67% | 0.61% | - |
| XYZ | 11.54 | 7.08 | 32.21 | - |
| YUV | 75.52 | 173.42 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 52 | 156 | 0.42 | 0.67 | 0 | 0.39 | 262.5 | 0.5 | 0.41 |
| Hex | 5B | 34 | 9C | 2A | 43 | 0 | 27 | 106 | 32 | 29 |
| Octal | 133 | 64 | 234 | 52 | 103 | 0 | 47 | 406 | 62 | 51 |
| Binary | 1011011 | 110100 | 10011100 | 101010 | 1000011 | 0 | 100111 | 100000110 | 110010 | 101001 |
Color Harmonies of #5B349C
Complementary color
Monochromatic Colors of #5B349C
Black with #5B349C
Text Example
Text Example
White with #5B349C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B349C; }
p { color: rgb(91,52,156); }
H1.HeaderClassName
{
color: #5B349C;
}
.AnyTagClassName
{
color: #5B349C;
}
</style>
background-color css
<style>
a { background-color: #5B349C; }
a { background-color: rgb(91,52,156); }
div.DivClassName
{
background-color: #5B349C;
}
.BgClassName
{
background-color: #5B349C;
}
</style>
border-color css
<style>
span { border-color: #5B349C; }
span { border-color: rgb(91,52,156); }
td.TdClassName
{
border-color: #5B349C;
}
.TagClassName
{
border-color: #5B349C;
}
</style>