Shades of Daisy Bush #5119A1
Tints of Daisy Bush #5119A1
RGB
CMYK
RGB Variations
Color information
#5119A1 (or 0x5119A1) is known color: Daisy Bush. HEX triplet: 51, 19 and A1. RGB value is (81,25,161). Sum of RGB (Red+Green+Blue) = 81+25+161=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 161 (63.28% from 255 or 60.30% from 267); Max value from RGB is 161 - color contains mainly: blue. Hex color #5119A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5119A1 is #AEE65E. Grayscale: #383838. Windows color (decimal): -11462239 or 10557777. OLE color: 10557777.
HSL color Cylindrical-coordinate representation of color #5119A1: hue angle of 264.71º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5119A1 is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 81 | 25 | 161 | - |
| CMYK | 0.50 | 0.84 | 0 | 0.37 |
| HSL | 264.71º | 0.73% | 0.36% | - |
| HSV(B) | 264.71º | 0.84% | 0.63% | - |
| XYZ | 10.17 | 5.02 | 34.15 | - |
| YUV | 57.25 | 186.55 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 25 | 161 | 0.50 | 0.84 | 0 | 0.37 | 264.71 | 0.73 | 0.36 |
| Hex | 51 | 19 | A1 | 32 | 54 | 0 | 25 | 109 | 49 | 24 |
| Octal | 121 | 31 | 241 | 62 | 124 | 0 | 45 | 411 | 111 | 44 |
| Binary | 1010001 | 11001 | 10100001 | 110010 | 1010100 | 0 | 100101 | 100001001 | 1001001 | 100100 |
Color Harmonies of #5119A1
Complementary color
Monochromatic Colors of #5119A1
Black with #5119A1
Text Example
Text Example
White with #5119A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5119A1; }
p { color: rgb(81,25,161); }
H1.HeaderClassName
{
color: #5119A1;
}
.AnyTagClassName
{
color: #5119A1;
}
</style>
background-color css
<style>
a { background-color: #5119A1; }
a { background-color: rgb(81,25,161); }
div.DivClassName
{
background-color: #5119A1;
}
.BgClassName
{
background-color: #5119A1;
}
</style>
border-color css
<style>
span { border-color: #5119A1; }
span { border-color: rgb(81,25,161); }
td.TdClassName
{
border-color: #5119A1;
}
.TagClassName
{
border-color: #5119A1;
}
</style>