Shades of Daisy Bush #5126A4
Tints of Daisy Bush #5126A4
RGB
CMYK
RGB Variations
Color information
#5126A4 (or 0x5126A4) is known color: Daisy Bush. HEX triplet: 51, 26 and A4. RGB value is (81,38,164). Sum of RGB (Red+Green+Blue) = 81+38+164=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 38 (15.23% from 255 or 13.43% 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 #5126A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5126A4 is #AED95B. Grayscale: #404040. Windows color (decimal): -11458908 or 10757713. OLE color: 10757713.
HSL color Cylindrical-coordinate representation of color #5126A4: hue angle of 260.48º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5126A4 is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 81 | 38 | 164 | - |
| CMYK | 0.51 | 0.77 | 0 | 0.36 |
| HSL | 260.48º | 0.62% | 0.4% | - |
| HSV(B) | 260.48º | 0.77% | 0.64% | - |
| XYZ | 10.79 | 5.82 | 35.68 | - |
| YUV | 65.22 | 183.75 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 38 | 164 | 0.51 | 0.77 | 0 | 0.36 | 260.48 | 0.62 | 0.4 |
| Hex | 51 | 26 | A4 | 33 | 4D | 0 | 24 | 104 | 3E | 28 |
| Octal | 121 | 46 | 244 | 63 | 115 | 0 | 44 | 404 | 76 | 50 |
| Binary | 1010001 | 100110 | 10100100 | 110011 | 1001101 | 0 | 100100 | 100000100 | 111110 | 101000 |
Color Harmonies of #5126A4
Complementary color
Monochromatic Colors of #5126A4
Black with #5126A4
Text Example
Text Example
White with #5126A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5126A4; }
p { color: rgb(81,38,164); }
H1.HeaderClassName
{
color: #5126A4;
}
.AnyTagClassName
{
color: #5126A4;
}
</style>
background-color css
<style>
a { background-color: #5126A4; }
a { background-color: rgb(81,38,164); }
div.DivClassName
{
background-color: #5126A4;
}
.BgClassName
{
background-color: #5126A4;
}
</style>
border-color css
<style>
span { border-color: #5126A4; }
span { border-color: rgb(81,38,164); }
td.TdClassName
{
border-color: #5126A4;
}
.TagClassName
{
border-color: #5126A4;
}
</style>