Shades of Daisy Bush #5B449E
Tints of Daisy Bush #5B449E
RGB
CMYK
RGB Variations
Color information
#5B449E (or 0x5B449E) is known color: Daisy Bush. HEX triplet: 5B, 44 and 9E. RGB value is (91,68,158). Sum of RGB (Red+Green+Blue) = 91+68+158=317 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.71% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 158 (62.11% from 255 or 49.84% from 317); Max value from RGB is 158 - color contains mainly: blue. Hex color #5B449E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B449E is #A4BB61. Grayscale: #545454. Windows color (decimal): -10795874 or 10372187. OLE color: 10372187.
HSL color Cylindrical-coordinate representation of color #5B449E: hue angle of 255.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5B449E is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 68 | 158 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.38 |
| HSL | 255.33º | 0.4% | 0.44% | - |
| HSV(B) | 255.33º | 0.57% | 0.62% | - |
| XYZ | 12.55 | 8.83 | 33.39 | - |
| YUV | 85.14 | 169.12 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 68 | 158 | 0.42 | 0.57 | 0 | 0.38 | 255.33 | 0.4 | 0.44 |
| Hex | 5B | 44 | 9E | 2A | 39 | 0 | 26 | FF | 28 | 2C |
| Octal | 133 | 104 | 236 | 52 | 71 | 0 | 46 | 377 | 50 | 54 |
| Binary | 1011011 | 1000100 | 10011110 | 101010 | 111001 | 0 | 100110 | 11111111 | 101000 | 101100 |
Color Harmonies of #5B449E
Complementary color
Monochromatic Colors of #5B449E
Black with #5B449E
Text Example
Text Example
White with #5B449E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B449E; }
p { color: rgb(91,68,158); }
H1.HeaderClassName
{
color: #5B449E;
}
.AnyTagClassName
{
color: #5B449E;
}
</style>
background-color css
<style>
a { background-color: #5B449E; }
a { background-color: rgb(91,68,158); }
div.DivClassName
{
background-color: #5B449E;
}
.BgClassName
{
background-color: #5B449E;
}
</style>
border-color css
<style>
span { border-color: #5B449E; }
span { border-color: rgb(91,68,158); }
td.TdClassName
{
border-color: #5B449E;
}
.TagClassName
{
border-color: #5B449E;
}
</style>