Shades of Daisy Bush #5B468F
Tints of Daisy Bush #5B468F
RGB
CMYK
RGB Variations
Color information
#5B468F (or 0x5B468F) is known color: Daisy Bush. HEX triplet: 5B, 46 and 8F. RGB value is (91,70,143). Sum of RGB (Red+Green+Blue) = 91+70+143=304 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.93% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 143 (56.25% from 255 or 47.04% from 304); Max value from RGB is 143 - color contains mainly: blue. Hex color #5B468F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B468F is #A4B970. Grayscale: #545454. Windows color (decimal): -10795377 or 9389659. OLE color: 9389659.
HSL color Cylindrical-coordinate representation of color #5B468F: hue angle of 257.26º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B468F is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 91 | 70 | 143 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.44 |
| HSL | 257.26º | 0.34% | 0.42% | - |
| HSV(B) | 257.26º | 0.51% | 0.56% | - |
| XYZ | 11.46 | 8.59 | 27.04 | - |
| YUV | 84.6 | 160.96 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 70 | 143 | 0.36 | 0.51 | 0 | 0.44 | 257.26 | 0.34 | 0.42 |
| Hex | 5B | 46 | 8F | 24 | 33 | 0 | 2C | 101 | 22 | 2A |
| Octal | 133 | 106 | 217 | 44 | 63 | 0 | 54 | 401 | 42 | 52 |
| Binary | 1011011 | 1000110 | 10001111 | 100100 | 110011 | 0 | 101100 | 100000001 | 100010 | 101010 |
Color Harmonies of #5B468F
Complementary color
Monochromatic Colors of #5B468F
Black with #5B468F
Text Example
Text Example
White with #5B468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B468F; }
p { color: rgb(91,70,143); }
H1.HeaderClassName
{
color: #5B468F;
}
.AnyTagClassName
{
color: #5B468F;
}
</style>
background-color css
<style>
a { background-color: #5B468F; }
a { background-color: rgb(91,70,143); }
div.DivClassName
{
background-color: #5B468F;
}
.BgClassName
{
background-color: #5B468F;
}
</style>
border-color css
<style>
span { border-color: #5B468F; }
span { border-color: rgb(91,70,143); }
td.TdClassName
{
border-color: #5B468F;
}
.TagClassName
{
border-color: #5B468F;
}
</style>