Shades of Daisy Bush #50259C
Tints of Daisy Bush #50259C
RGB
CMYK
RGB Variations
Color information
#50259C (or 0x50259C) is known color: Daisy Bush. HEX triplet: 50, 25 and 9C. RGB value is (80,37,156). Sum of RGB (Red+Green+Blue) = 80+37+156=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #50259C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50259C is #AFDA63. Grayscale: #3E3E3E. Windows color (decimal): -11524708 or 10233168. OLE color: 10233168.
HSL color Cylindrical-coordinate representation of color #50259C: hue angle of 261.68º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50259C is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 37 | 156 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.39 |
| HSL | 261.68º | 0.62% | 0.38% | - |
| HSV(B) | 261.68º | 0.76% | 0.61% | - |
| XYZ | 9.97 | 5.43 | 31.97 | - |
| YUV | 63.42 | 180.25 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 37 | 156 | 0.49 | 0.76 | 0 | 0.39 | 261.68 | 0.62 | 0.38 |
| Hex | 50 | 25 | 9C | 31 | 4C | 0 | 27 | 106 | 3E | 26 |
| Octal | 120 | 45 | 234 | 61 | 114 | 0 | 47 | 406 | 76 | 46 |
| Binary | 1010000 | 100101 | 10011100 | 110001 | 1001100 | 0 | 100111 | 100000110 | 111110 | 100110 |
Color Harmonies of #50259C
Complementary color
Monochromatic Colors of #50259C
Black with #50259C
Text Example
Text Example
White with #50259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50259C; }
p { color: rgb(80,37,156); }
H1.HeaderClassName
{
color: #50259C;
}
.AnyTagClassName
{
color: #50259C;
}
</style>
background-color css
<style>
a { background-color: #50259C; }
a { background-color: rgb(80,37,156); }
div.DivClassName
{
background-color: #50259C;
}
.BgClassName
{
background-color: #50259C;
}
</style>
border-color css
<style>
span { border-color: #50259C; }
span { border-color: rgb(80,37,156); }
td.TdClassName
{
border-color: #50259C;
}
.TagClassName
{
border-color: #50259C;
}
</style>