Shades of Daisy Bush #5B459C
Tints of Daisy Bush #5B459C
RGB
CMYK
RGB Variations
Color information
#5B459C (or 0x5B459C) is known color: Daisy Bush. HEX triplet: 5B, 45 and 9C. RGB value is (91,69,156). Sum of RGB (Red+Green+Blue) = 91+69+156=316 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.80% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 156 (61.33% from 255 or 49.37% from 316); Max value from RGB is 156 - color contains mainly: blue. Hex color #5B459C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B459C is #A4BA63. Grayscale: #555555. Windows color (decimal): -10795620 or 10241371. OLE color: 10241371.
HSL color Cylindrical-coordinate representation of color #5B459C: hue angle of 255.17º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B459C is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 91 | 69 | 156 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.39 |
| HSL | 255.17º | 0.39% | 0.44% | - |
| HSV(B) | 255.17º | 0.56% | 0.61% | - |
| XYZ | 12.44 | 8.88 | 32.51 | - |
| YUV | 85.5 | 167.79 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 69 | 156 | 0.42 | 0.56 | 0 | 0.39 | 255.17 | 0.39 | 0.44 |
| Hex | 5B | 45 | 9C | 2A | 38 | 0 | 27 | FF | 27 | 2C |
| Octal | 133 | 105 | 234 | 52 | 70 | 0 | 47 | 377 | 47 | 54 |
| Binary | 1011011 | 1000101 | 10011100 | 101010 | 111000 | 0 | 100111 | 11111111 | 100111 | 101100 |
Color Harmonies of #5B459C
Complementary color
Monochromatic Colors of #5B459C
Black with #5B459C
Text Example
Text Example
White with #5B459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B459C; }
p { color: rgb(91,69,156); }
H1.HeaderClassName
{
color: #5B459C;
}
.AnyTagClassName
{
color: #5B459C;
}
</style>
background-color css
<style>
a { background-color: #5B459C; }
a { background-color: rgb(91,69,156); }
div.DivClassName
{
background-color: #5B459C;
}
.BgClassName
{
background-color: #5B459C;
}
</style>
border-color css
<style>
span { border-color: #5B459C; }
span { border-color: rgb(91,69,156); }
td.TdClassName
{
border-color: #5B459C;
}
.TagClassName
{
border-color: #5B459C;
}
</style>