Shades of Daisy Bush #5B379C
Tints of Daisy Bush #5B379C
RGB
CMYK
RGB Variations
Color information
#5B379C (or 0x5B379C) is known color: Daisy Bush. HEX triplet: 5B, 37 and 9C. RGB value is (91,55,156). Sum of RGB (Red+Green+Blue) = 91+55+156=302 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.13% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 156 (61.33% from 255 or 51.66% from 302); Max value from RGB is 156 - color contains mainly: blue. Hex color #5B379C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B379C is #A4C863. Grayscale: #4C4C4C. Windows color (decimal): -10799204 or 10237787. OLE color: 10237787.
HSL color Cylindrical-coordinate representation of color #5B379C: hue angle of 261.39º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5B379C is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 91 | 55 | 156 | - |
| CMYK | 0.42 | 0.65 | 0 | 0.39 |
| HSL | 261.39º | 0.48% | 0.41% | - |
| HSV(B) | 261.39º | 0.65% | 0.61% | - |
| XYZ | 11.68 | 7.36 | 32.26 | - |
| YUV | 77.28 | 172.43 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 55 | 156 | 0.42 | 0.65 | 0 | 0.39 | 261.39 | 0.48 | 0.41 |
| Hex | 5B | 37 | 9C | 2A | 41 | 0 | 27 | 105 | 30 | 29 |
| Octal | 133 | 67 | 234 | 52 | 101 | 0 | 47 | 405 | 60 | 51 |
| Binary | 1011011 | 110111 | 10011100 | 101010 | 1000001 | 0 | 100111 | 100000101 | 110000 | 101001 |
Color Harmonies of #5B379C
Complementary color
Monochromatic Colors of #5B379C
Black with #5B379C
Text Example
Text Example
White with #5B379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B379C; }
p { color: rgb(91,55,156); }
H1.HeaderClassName
{
color: #5B379C;
}
.AnyTagClassName
{
color: #5B379C;
}
</style>
background-color css
<style>
a { background-color: #5B379C; }
a { background-color: rgb(91,55,156); }
div.DivClassName
{
background-color: #5B379C;
}
.BgClassName
{
background-color: #5B379C;
}
</style>
border-color css
<style>
span { border-color: #5B379C; }
span { border-color: rgb(91,55,156); }
td.TdClassName
{
border-color: #5B379C;
}
.TagClassName
{
border-color: #5B379C;
}
</style>