Shades of Daisy Bush #512A92
Tints of Daisy Bush #512A92
RGB
CMYK
RGB Variations
Color information
#512A92 (or 0x512A92) is known color: Daisy Bush. HEX triplet: 51, 2A and 92. RGB value is (81,42,146). Sum of RGB (Red+Green+Blue) = 81+42+146=269 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.11% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 146 (57.42% from 255 or 54.28% from 269); Max value from RGB is 146 - color contains mainly: blue. Hex color #512A92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512A92 is #AED56D. Grayscale: #414141. Windows color (decimal): -11457902 or 9579089. OLE color: 9579089.
HSL color Cylindrical-coordinate representation of color #512A92: hue angle of 262.5º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #512A92 is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 42 | 146 | - |
| CMYK | 0.45 | 0.71 | 0 | 0.43 |
| HSL | 262.5º | 0.55% | 0.37% | - |
| HSV(B) | 262.5º | 0.71% | 0.57% | - |
| XYZ | 9.41 | 5.48 | 27.76 | - |
| YUV | 65.52 | 173.42 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 42 | 146 | 0.45 | 0.71 | 0 | 0.43 | 262.5 | 0.55 | 0.37 |
| Hex | 51 | 2A | 92 | 2D | 47 | 0 | 2B | 106 | 37 | 25 |
| Octal | 121 | 52 | 222 | 55 | 107 | 0 | 53 | 406 | 67 | 45 |
| Binary | 1010001 | 101010 | 10010010 | 101101 | 1000111 | 0 | 101011 | 100000110 | 110111 | 100101 |
Color Harmonies of #512A92
Complementary color
Monochromatic Colors of #512A92
Black with #512A92
Text Example
Text Example
White with #512A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512A92; }
p { color: rgb(81,42,146); }
H1.HeaderClassName
{
color: #512A92;
}
.AnyTagClassName
{
color: #512A92;
}
</style>
background-color css
<style>
a { background-color: #512A92; }
a { background-color: rgb(81,42,146); }
div.DivClassName
{
background-color: #512A92;
}
.BgClassName
{
background-color: #512A92;
}
</style>
border-color css
<style>
span { border-color: #512A92; }
span { border-color: rgb(81,42,146); }
td.TdClassName
{
border-color: #512A92;
}
.TagClassName
{
border-color: #512A92;
}
</style>