Shades of Daisy Bush #5B3D95
Tints of Daisy Bush #5B3D95
RGB
CMYK
RGB Variations
Color information
#5B3D95 (or 0x5B3D95) is known color: Daisy Bush. HEX triplet: 5B, 3D and 95. RGB value is (91,61,149). Sum of RGB (Red+Green+Blue) = 91+61+149=301 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.23% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #5B3D95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3D95 is #A4C26A. Grayscale: #4F4F4F. Windows color (decimal): -10797675 or 9780571. OLE color: 9780571.
HSL color Cylindrical-coordinate representation of color #5B3D95: hue angle of 260.45º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B3D95 is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 61 | 149 | - |
| CMYK | 0.39 | 0.59 | 0 | 0.42 |
| HSL | 260.45º | 0.42% | 0.41% | - |
| HSV(B) | 260.45º | 0.59% | 0.58% | - |
| XYZ | 11.41 | 7.73 | 29.32 | - |
| YUV | 80 | 166.94 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 61 | 149 | 0.39 | 0.59 | 0 | 0.42 | 260.45 | 0.42 | 0.41 |
| Hex | 5B | 3D | 95 | 27 | 3B | 0 | 2A | 104 | 2A | 29 |
| Octal | 133 | 75 | 225 | 47 | 73 | 0 | 52 | 404 | 52 | 51 |
| Binary | 1011011 | 111101 | 10010101 | 100111 | 111011 | 0 | 101010 | 100000100 | 101010 | 101001 |
Color Harmonies of #5B3D95
Complementary color
Monochromatic Colors of #5B3D95
Black with #5B3D95
Text Example
Text Example
White with #5B3D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3D95; }
p { color: rgb(91,61,149); }
H1.HeaderClassName
{
color: #5B3D95;
}
.AnyTagClassName
{
color: #5B3D95;
}
</style>
background-color css
<style>
a { background-color: #5B3D95; }
a { background-color: rgb(91,61,149); }
div.DivClassName
{
background-color: #5B3D95;
}
.BgClassName
{
background-color: #5B3D95;
}
</style>
border-color css
<style>
span { border-color: #5B3D95; }
span { border-color: rgb(91,61,149); }
td.TdClassName
{
border-color: #5B3D95;
}
.TagClassName
{
border-color: #5B3D95;
}
</style>