Shades of Daisy Bush #50239D
Tints of Daisy Bush #50239D
RGB
CMYK
RGB Variations
Color information
#50239D (or 0x50239D) is known color: Daisy Bush. HEX triplet: 50, 23 and 9D. RGB value is (80,35,157). Sum of RGB (Red+Green+Blue) = 80+35+157=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 157 (61.72% from 255 or 57.72% from 272); Max value from RGB is 157 - color contains mainly: blue. Hex color #50239D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50239D is #AFDC62. Grayscale: #3D3D3D. Windows color (decimal): -11525219 or 10298192. OLE color: 10298192.
HSL color Cylindrical-coordinate representation of color #50239D: hue angle of 262.13º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #50239D is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 35 | 157 | - |
| CMYK | 0.49 | 0.78 | 0 | 0.38 |
| HSL | 262.13º | 0.64% | 0.38% | - |
| HSV(B) | 262.13º | 0.78% | 0.62% | - |
| XYZ | 10 | 5.34 | 32.4 | - |
| YUV | 62.36 | 181.41 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 35 | 157 | 0.49 | 0.78 | 0 | 0.38 | 262.13 | 0.64 | 0.38 |
| Hex | 50 | 23 | 9D | 31 | 4E | 0 | 26 | 106 | 40 | 26 |
| Octal | 120 | 43 | 235 | 61 | 116 | 0 | 46 | 406 | 100 | 46 |
| Binary | 1010000 | 100011 | 10011101 | 110001 | 1001110 | 0 | 100110 | 100000110 | 1000000 | 100110 |
Color Harmonies of #50239D
Complementary color
Monochromatic Colors of #50239D
Black with #50239D
Text Example
Text Example
White with #50239D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50239D; }
p { color: rgb(80,35,157); }
H1.HeaderClassName
{
color: #50239D;
}
.AnyTagClassName
{
color: #50239D;
}
</style>
background-color css
<style>
a { background-color: #50239D; }
a { background-color: rgb(80,35,157); }
div.DivClassName
{
background-color: #50239D;
}
.BgClassName
{
background-color: #50239D;
}
</style>
border-color css
<style>
span { border-color: #50239D; }
span { border-color: rgb(80,35,157); }
td.TdClassName
{
border-color: #50239D;
}
.TagClassName
{
border-color: #50239D;
}
</style>