Shades of Daisy Bush #5B4093
Tints of Daisy Bush #5B4093
RGB
CMYK
RGB Variations
Color information
#5B4093 (or 0x5B4093) is known color: Daisy Bush. HEX triplet: 5B, 40 and 93. RGB value is (91,64,147). Sum of RGB (Red+Green+Blue) = 91+64+147=302 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.13% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 147 - color contains mainly: blue. Hex color #5B4093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4093 is #A4BF6C. Grayscale: #515151. Windows color (decimal): -10796909 or 9650267. OLE color: 9650267.
HSL color Cylindrical-coordinate representation of color #5B4093: hue angle of 259.52º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B4093 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 64 | 147 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.42 |
| HSL | 259.52º | 0.39% | 0.41% | - |
| HSV(B) | 259.52º | 0.56% | 0.58% | - |
| XYZ | 11.41 | 8 | 28.55 | - |
| YUV | 81.54 | 164.95 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 64 | 147 | 0.38 | 0.56 | 0 | 0.42 | 259.52 | 0.39 | 0.41 |
| Hex | 5B | 40 | 93 | 26 | 38 | 0 | 2A | 104 | 27 | 29 |
| Octal | 133 | 100 | 223 | 46 | 70 | 0 | 52 | 404 | 47 | 51 |
| Binary | 1011011 | 1000000 | 10010011 | 100110 | 111000 | 0 | 101010 | 100000100 | 100111 | 101001 |
Color Harmonies of #5B4093
Complementary color
Monochromatic Colors of #5B4093
Black with #5B4093
Text Example
Text Example
White with #5B4093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4093; }
p { color: rgb(91,64,147); }
H1.HeaderClassName
{
color: #5B4093;
}
.AnyTagClassName
{
color: #5B4093;
}
</style>
background-color css
<style>
a { background-color: #5B4093; }
a { background-color: rgb(91,64,147); }
div.DivClassName
{
background-color: #5B4093;
}
.BgClassName
{
background-color: #5B4093;
}
</style>
border-color css
<style>
span { border-color: #5B4093; }
span { border-color: rgb(91,64,147); }
td.TdClassName
{
border-color: #5B4093;
}
.TagClassName
{
border-color: #5B4093;
}
</style>