Shades of Daisy Bush #51368D
Tints of Daisy Bush #51368D
RGB
CMYK
RGB Variations
Color information
#51368D (or 0x51368D) is known color: Daisy Bush. HEX triplet: 51, 36 and 8D. RGB value is (81,54,141). Sum of RGB (Red+Green+Blue) = 81+54+141=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #51368D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51368D is #AEC972. Grayscale: #474747. Windows color (decimal): -11454835 or 9254481. OLE color: 9254481.
HSL color Cylindrical-coordinate representation of color #51368D: hue angle of 258.62º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51368D is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 54 | 141 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.45 |
| HSL | 258.62º | 0.45% | 0.38% | - |
| HSV(B) | 258.62º | 0.62% | 0.55% | - |
| XYZ | 9.52 | 6.31 | 25.92 | - |
| YUV | 71.99 | 166.95 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 54 | 141 | 0.43 | 0.62 | 0 | 0.45 | 258.62 | 0.45 | 0.38 |
| Hex | 51 | 36 | 8D | 2B | 3E | 0 | 2D | 103 | 2D | 26 |
| Octal | 121 | 66 | 215 | 53 | 76 | 0 | 55 | 403 | 55 | 46 |
| Binary | 1010001 | 110110 | 10001101 | 101011 | 111110 | 0 | 101101 | 100000011 | 101101 | 100110 |
Color Harmonies of #51368D
Complementary color
Monochromatic Colors of #51368D
Black with #51368D
Text Example
Text Example
White with #51368D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51368D; }
p { color: rgb(81,54,141); }
H1.HeaderClassName
{
color: #51368D;
}
.AnyTagClassName
{
color: #51368D;
}
</style>
background-color css
<style>
a { background-color: #51368D; }
a { background-color: rgb(81,54,141); }
div.DivClassName
{
background-color: #51368D;
}
.BgClassName
{
background-color: #51368D;
}
</style>
border-color css
<style>
span { border-color: #51368D; }
span { border-color: rgb(81,54,141); }
td.TdClassName
{
border-color: #51368D;
}
.TagClassName
{
border-color: #51368D;
}
</style>