Shades of Daisy Bush #5B4098
Tints of Daisy Bush #5B4098
RGB
CMYK
RGB Variations
Color information
#5B4098 (or 0x5B4098) is known color: Daisy Bush. HEX triplet: 5B, 40 and 98. RGB value is (91,64,152). Sum of RGB (Red+Green+Blue) = 91+64+152=307 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.64% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 152 (59.77% from 255 or 49.51% from 307); Max value from RGB is 152 - color contains mainly: blue. Hex color #5B4098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4098 is #A4BF67. Grayscale: #515151. Windows color (decimal): -10796904 or 9977947. OLE color: 9977947.
HSL color Cylindrical-coordinate representation of color #5B4098: hue angle of 258.41º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B4098 is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 91 | 64 | 152 | - |
| CMYK | 0.40 | 0.58 | 0 | 0.40 |
| HSL | 258.41º | 0.41% | 0.42% | - |
| HSV(B) | 258.41º | 0.58% | 0.6% | - |
| XYZ | 11.82 | 8.16 | 30.66 | - |
| YUV | 82.11 | 167.45 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 64 | 152 | 0.40 | 0.58 | 0 | 0.40 | 258.41 | 0.41 | 0.42 |
| Hex | 5B | 40 | 98 | 28 | 3A | 0 | 28 | 102 | 29 | 2A |
| Octal | 133 | 100 | 230 | 50 | 72 | 0 | 50 | 402 | 51 | 52 |
| Binary | 1011011 | 1000000 | 10011000 | 101000 | 111010 | 0 | 101000 | 100000010 | 101001 | 101010 |
Color Harmonies of #5B4098
Complementary color
Monochromatic Colors of #5B4098
Black with #5B4098
Text Example
Text Example
White with #5B4098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4098; }
p { color: rgb(91,64,152); }
H1.HeaderClassName
{
color: #5B4098;
}
.AnyTagClassName
{
color: #5B4098;
}
</style>
background-color css
<style>
a { background-color: #5B4098; }
a { background-color: rgb(91,64,152); }
div.DivClassName
{
background-color: #5B4098;
}
.BgClassName
{
background-color: #5B4098;
}
</style>
border-color css
<style>
span { border-color: #5B4098; }
span { border-color: rgb(91,64,152); }
td.TdClassName
{
border-color: #5B4098;
}
.TagClassName
{
border-color: #5B4098;
}
</style>