Shades of Daisy Bush #5027A4
Tints of Daisy Bush #5027A4
RGB
CMYK
RGB Variations
Color information
#5027A4 (or 0x5027A4) is known color: Daisy Bush. HEX triplet: 50, 27 and A4. RGB value is (80,39,164). Sum of RGB (Red+Green+Blue) = 80+39+164=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 164 (64.45% from 255 or 57.95% from 283); Max value from RGB is 164 - color contains mainly: blue. Hex color #5027A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5027A4 is #AFD85B. Grayscale: #414141. Windows color (decimal): -11524188 or 10757968. OLE color: 10757968.
HSL color Cylindrical-coordinate representation of color #5027A4: hue angle of 259.68º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5027A4 is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 39 | 164 | - |
| CMYK | 0.51 | 0.76 | 0 | 0.36 |
| HSL | 259.68º | 0.62% | 0.4% | - |
| HSV(B) | 259.68º | 0.76% | 0.64% | - |
| XYZ | 10.73 | 5.84 | 35.68 | - |
| YUV | 65.51 | 183.58 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 39 | 164 | 0.51 | 0.76 | 0 | 0.36 | 259.68 | 0.62 | 0.4 |
| Hex | 50 | 27 | A4 | 33 | 4C | 0 | 24 | 104 | 3E | 28 |
| Octal | 120 | 47 | 244 | 63 | 114 | 0 | 44 | 404 | 76 | 50 |
| Binary | 1010000 | 100111 | 10100100 | 110011 | 1001100 | 0 | 100100 | 100000100 | 111110 | 101000 |
Color Harmonies of #5027A4
Complementary color
Monochromatic Colors of #5027A4
Black with #5027A4
Text Example
Text Example
White with #5027A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5027A4; }
p { color: rgb(80,39,164); }
H1.HeaderClassName
{
color: #5027A4;
}
.AnyTagClassName
{
color: #5027A4;
}
</style>
background-color css
<style>
a { background-color: #5027A4; }
a { background-color: rgb(80,39,164); }
div.DivClassName
{
background-color: #5027A4;
}
.BgClassName
{
background-color: #5027A4;
}
</style>
border-color css
<style>
span { border-color: #5027A4; }
span { border-color: rgb(80,39,164); }
td.TdClassName
{
border-color: #5027A4;
}
.TagClassName
{
border-color: #5027A4;
}
</style>