Shades of Daisy Bush #5B418F
Tints of Daisy Bush #5B418F
RGB
CMYK
RGB Variations
Color information
#5B418F (or 0x5B418F) is known color: Daisy Bush. HEX triplet: 5B, 41 and 8F. RGB value is (91,65,143). Sum of RGB (Red+Green+Blue) = 91+65+143=299 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.43% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 143 (56.25% from 255 or 47.83% from 299); Max value from RGB is 143 - color contains mainly: blue. Hex color #5B418F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B418F is #A4BE70. Grayscale: #515151. Windows color (decimal): -10796657 or 9388379. OLE color: 9388379.
HSL color Cylindrical-coordinate representation of color #5B418F: hue angle of 260º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B418F is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 91 | 65 | 143 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.44 |
| HSL | 260º | 0.38% | 0.41% | - |
| HSV(B) | 260º | 0.55% | 0.56% | - |
| XYZ | 11.16 | 7.99 | 26.94 | - |
| YUV | 81.67 | 162.61 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 65 | 143 | 0.36 | 0.55 | 0 | 0.44 | 260 | 0.38 | 0.41 |
| Hex | 5B | 41 | 8F | 24 | 37 | 0 | 2C | 104 | 26 | 29 |
| Octal | 133 | 101 | 217 | 44 | 67 | 0 | 54 | 404 | 46 | 51 |
| Binary | 1011011 | 1000001 | 10001111 | 100100 | 110111 | 0 | 101100 | 100000100 | 100110 | 101001 |
Color Harmonies of #5B418F
Complementary color
Monochromatic Colors of #5B418F
Black with #5B418F
Text Example
Text Example
White with #5B418F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B418F; }
p { color: rgb(91,65,143); }
H1.HeaderClassName
{
color: #5B418F;
}
.AnyTagClassName
{
color: #5B418F;
}
</style>
background-color css
<style>
a { background-color: #5B418F; }
a { background-color: rgb(91,65,143); }
div.DivClassName
{
background-color: #5B418F;
}
.BgClassName
{
background-color: #5B418F;
}
</style>
border-color css
<style>
span { border-color: #5B418F; }
span { border-color: rgb(91,65,143); }
td.TdClassName
{
border-color: #5B418F;
}
.TagClassName
{
border-color: #5B418F;
}
</style>