Shades of Daisy Bush #5127A4
Tints of Daisy Bush #5127A4
RGB
CMYK
RGB Variations
Color information
#5127A4 (or 0x5127A4) is known color: Daisy Bush. HEX triplet: 51, 27 and A4. RGB value is (81,39,164). Sum of RGB (Red+Green+Blue) = 81+39+164=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 164 (64.45% from 255 or 57.75% from 284); Max value from RGB is 164 - color contains mainly: blue. Hex color #5127A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5127A4 is #AED85B. Grayscale: #414141. Windows color (decimal): -11458652 or 10757969. OLE color: 10757969.
HSL color Cylindrical-coordinate representation of color #5127A4: hue angle of 260.16º 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 #5127A4 is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 81 | 39 | 164 | - |
| CMYK | 0.51 | 0.76 | 0 | 0.36 |
| HSL | 260.16º | 0.62% | 0.4% | - |
| HSV(B) | 260.16º | 0.76% | 0.64% | - |
| XYZ | 10.82 | 5.88 | 35.69 | - |
| YUV | 65.81 | 183.41 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 39 | 164 | 0.51 | 0.76 | 0 | 0.36 | 260.16 | 0.62 | 0.4 |
| Hex | 51 | 27 | A4 | 33 | 4C | 0 | 24 | 104 | 3E | 28 |
| Octal | 121 | 47 | 244 | 63 | 114 | 0 | 44 | 404 | 76 | 50 |
| Binary | 1010001 | 100111 | 10100100 | 110011 | 1001100 | 0 | 100100 | 100000100 | 111110 | 101000 |
Color Harmonies of #5127A4
Complementary color
Monochromatic Colors of #5127A4
Black with #5127A4
Text Example
Text Example
White with #5127A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5127A4; }
p { color: rgb(81,39,164); }
H1.HeaderClassName
{
color: #5127A4;
}
.AnyTagClassName
{
color: #5127A4;
}
</style>
background-color css
<style>
a { background-color: #5127A4; }
a { background-color: rgb(81,39,164); }
div.DivClassName
{
background-color: #5127A4;
}
.BgClassName
{
background-color: #5127A4;
}
</style>
border-color css
<style>
span { border-color: #5127A4; }
span { border-color: rgb(81,39,164); }
td.TdClassName
{
border-color: #5127A4;
}
.TagClassName
{
border-color: #5127A4;
}
</style>