Shades of Daisy Bush #5B389B
Tints of Daisy Bush #5B389B
RGB
CMYK
RGB Variations
Color information
#5B389B (or 0x5B389B) is known color: Daisy Bush. HEX triplet: 5B, 38 and 9B. RGB value is (91,56,155). Sum of RGB (Red+Green+Blue) = 91+56+155=302 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.13% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #5B389B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B389B is #A4C764. Grayscale: #4D4D4D. Windows color (decimal): -10798949 or 10172507. OLE color: 10172507.
HSL color Cylindrical-coordinate representation of color #5B389B: hue angle of 261.21º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B389B is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 91 | 56 | 155 | - |
| CMYK | 0.41 | 0.64 | 0 | 0.39 |
| HSL | 261.21º | 0.47% | 0.41% | - |
| HSV(B) | 261.21º | 0.64% | 0.61% | - |
| XYZ | 11.64 | 7.42 | 31.83 | - |
| YUV | 77.75 | 171.6 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 56 | 155 | 0.41 | 0.64 | 0 | 0.39 | 261.21 | 0.47 | 0.41 |
| Hex | 5B | 38 | 9B | 29 | 40 | 0 | 27 | 105 | 2F | 29 |
| Octal | 133 | 70 | 233 | 51 | 100 | 0 | 47 | 405 | 57 | 51 |
| Binary | 1011011 | 111000 | 10011011 | 101001 | 1000000 | 0 | 100111 | 100000101 | 101111 | 101001 |
Color Harmonies of #5B389B
Complementary color
Monochromatic Colors of #5B389B
Black with #5B389B
Text Example
Text Example
White with #5B389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B389B; }
p { color: rgb(91,56,155); }
H1.HeaderClassName
{
color: #5B389B;
}
.AnyTagClassName
{
color: #5B389B;
}
</style>
background-color css
<style>
a { background-color: #5B389B; }
a { background-color: rgb(91,56,155); }
div.DivClassName
{
background-color: #5B389B;
}
.BgClassName
{
background-color: #5B389B;
}
</style>
border-color css
<style>
span { border-color: #5B389B; }
span { border-color: rgb(91,56,155); }
td.TdClassName
{
border-color: #5B389B;
}
.TagClassName
{
border-color: #5B389B;
}
</style>