Shades of Daisy Bush #5B378C
Tints of Daisy Bush #5B378C
RGB
CMYK
RGB Variations
Color information
#5B378C (or 0x5B378C) is known color: Daisy Bush. HEX triplet: 5B, 37 and 8C. RGB value is (91,55,140). Sum of RGB (Red+Green+Blue) = 91+55+140=286 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.82% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 140 (55.08% from 255 or 48.95% from 286); Max value from RGB is 140 - color contains mainly: blue. Hex color #5B378C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B378C is #A4C873. Grayscale: #4B4B4B. Windows color (decimal): -10799220 or 9189211. OLE color: 9189211.
HSL color Cylindrical-coordinate representation of color #5B378C: hue angle of 265.41º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B378C is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 91 | 55 | 140 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.45 |
| HSL | 265.41º | 0.44% | 0.38% | - |
| HSV(B) | 265.41º | 0.61% | 0.55% | - |
| XYZ | 10.41 | 6.85 | 25.58 | - |
| YUV | 75.45 | 164.43 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 55 | 140 | 0.35 | 0.61 | 0 | 0.45 | 265.41 | 0.44 | 0.38 |
| Hex | 5B | 37 | 8C | 23 | 3D | 0 | 2D | 109 | 2C | 26 |
| Octal | 133 | 67 | 214 | 43 | 75 | 0 | 55 | 411 | 54 | 46 |
| Binary | 1011011 | 110111 | 10001100 | 100011 | 111101 | 0 | 101101 | 100001001 | 101100 | 100110 |
Color Harmonies of #5B378C
Complementary color
Monochromatic Colors of #5B378C
Black with #5B378C
Text Example
Text Example
White with #5B378C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B378C; }
p { color: rgb(91,55,140); }
H1.HeaderClassName
{
color: #5B378C;
}
.AnyTagClassName
{
color: #5B378C;
}
</style>
background-color css
<style>
a { background-color: #5B378C; }
a { background-color: rgb(91,55,140); }
div.DivClassName
{
background-color: #5B378C;
}
.BgClassName
{
background-color: #5B378C;
}
</style>
border-color css
<style>
span { border-color: #5B378C; }
span { border-color: rgb(91,55,140); }
td.TdClassName
{
border-color: #5B378C;
}
.TagClassName
{
border-color: #5B378C;
}
</style>