Shades of Daisy Bush #5A379D
Tints of Daisy Bush #5A379D
RGB
CMYK
RGB Variations
Color information
#5A379D (or 0x5A379D) is known color: Daisy Bush. HEX triplet: 5A, 37 and 9D. RGB value is (90,55,157). Sum of RGB (Red+Green+Blue) = 90+55+157=302 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.80% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #5A379D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A379D is #A5C862. Grayscale: #4C4C4C. Windows color (decimal): -10864739 or 10303322. OLE color: 10303322.
HSL color Cylindrical-coordinate representation of color #5A379D: hue angle of 260.59º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A379D is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 90 | 55 | 157 | - |
| CMYK | 0.43 | 0.65 | 0 | 0.38 |
| HSL | 260.59º | 0.48% | 0.42% | - |
| HSV(B) | 260.59º | 0.65% | 0.62% | - |
| XYZ | 11.67 | 7.34 | 32.7 | - |
| YUV | 77.09 | 173.1 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 55 | 157 | 0.43 | 0.65 | 0 | 0.38 | 260.59 | 0.48 | 0.42 |
| Hex | 5A | 37 | 9D | 2B | 41 | 0 | 26 | 105 | 30 | 2A |
| Octal | 132 | 67 | 235 | 53 | 101 | 0 | 46 | 405 | 60 | 52 |
| Binary | 1011010 | 110111 | 10011101 | 101011 | 1000001 | 0 | 100110 | 100000101 | 110000 | 101010 |
Color Harmonies of #5A379D
Complementary color
Monochromatic Colors of #5A379D
Black with #5A379D
Text Example
Text Example
White with #5A379D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A379D; }
p { color: rgb(90,55,157); }
H1.HeaderClassName
{
color: #5A379D;
}
.AnyTagClassName
{
color: #5A379D;
}
</style>
background-color css
<style>
a { background-color: #5A379D; }
a { background-color: rgb(90,55,157); }
div.DivClassName
{
background-color: #5A379D;
}
.BgClassName
{
background-color: #5A379D;
}
</style>
border-color css
<style>
span { border-color: #5A379D; }
span { border-color: rgb(90,55,157); }
td.TdClassName
{
border-color: #5A379D;
}
.TagClassName
{
border-color: #5A379D;
}
</style>