Shades of Daisy Bush #5B499C
Tints of Daisy Bush #5B499C
RGB
CMYK
RGB Variations
Color information
#5B499C (or 0x5B499C) is known color: Daisy Bush. HEX triplet: 5B, 49 and 9C. RGB value is (91,73,156). Sum of RGB (Red+Green+Blue) = 91+73+156=320 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.44% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #5B499C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B499C is #A4B663. Grayscale: #575757. Windows color (decimal): -10794596 or 10242395. OLE color: 10242395.
HSL color Cylindrical-coordinate representation of color #5B499C: hue angle of 253.01º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5B499C is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 91 | 73 | 156 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.39 |
| HSL | 253.01º | 0.36% | 0.45% | - |
| HSV(B) | 253.01º | 0.53% | 0.61% | - |
| XYZ | 12.7 | 9.39 | 32.6 | - |
| YUV | 87.84 | 166.46 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 73 | 156 | 0.42 | 0.53 | 0 | 0.39 | 253.01 | 0.36 | 0.45 |
| Hex | 5B | 49 | 9C | 2A | 35 | 0 | 27 | FD | 24 | 2D |
| Octal | 133 | 111 | 234 | 52 | 65 | 0 | 47 | 375 | 44 | 55 |
| Binary | 1011011 | 1001001 | 10011100 | 101010 | 110101 | 0 | 100111 | 11111101 | 100100 | 101101 |
Color Harmonies of #5B499C
Complementary color
Monochromatic Colors of #5B499C
Black with #5B499C
Text Example
Text Example
White with #5B499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B499C; }
p { color: rgb(91,73,156); }
H1.HeaderClassName
{
color: #5B499C;
}
.AnyTagClassName
{
color: #5B499C;
}
</style>
background-color css
<style>
a { background-color: #5B499C; }
a { background-color: rgb(91,73,156); }
div.DivClassName
{
background-color: #5B499C;
}
.BgClassName
{
background-color: #5B499C;
}
</style>
border-color css
<style>
span { border-color: #5B499C; }
span { border-color: rgb(91,73,156); }
td.TdClassName
{
border-color: #5B499C;
}
.TagClassName
{
border-color: #5B499C;
}
</style>