Shades of Honey Flower #51405D
Tints of Honey Flower #51405D
RGB
CMYK
RGB Variations
Color information
#51405D (or 0x51405D) is known color: Honey Flower. HEX triplet: 51, 40 and 5D. RGB value is (81,64,93). Sum of RGB (Red+Green+Blue) = 81+64+93=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 93 - color contains mainly: blue. Hex color #51405D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51405D is #AEBFA2. Grayscale: #484848. Windows color (decimal): -11452323 or 6111313. OLE color: 6111313.
HSL color Cylindrical-coordinate representation of color #51405D: hue angle of 275.17º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #51405D is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 64 | 93 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.64 |
| HSL | 275.17º | 0.18% | 0.31% | - |
| HSV(B) | 275.17º | 0.31% | 0.36% | - |
| XYZ | 7.2 | 6.21 | 11.17 | - |
| YUV | 72.39 | 139.63 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 64 | 93 | 0.13 | 0.31 | 0 | 0.64 | 275.17 | 0.18 | 0.31 |
| Hex | 51 | 40 | 5D | D | 1F | 0 | 40 | 113 | 12 | 1F |
| Octal | 121 | 100 | 135 | 15 | 37 | 0 | 100 | 423 | 22 | 37 |
| Binary | 1010001 | 1000000 | 1011101 | 1101 | 11111 | 0 | 1000000 | 100010011 | 10010 | 11111 |
Color Harmonies of #51405D
Complementary color
Monochromatic Colors of #51405D
Black with #51405D
Text Example
Text Example
White with #51405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51405D; }
p { color: rgb(81,64,93); }
H1.HeaderClassName
{
color: #51405D;
}
.AnyTagClassName
{
color: #51405D;
}
</style>
background-color css
<style>
a { background-color: #51405D; }
a { background-color: rgb(81,64,93); }
div.DivClassName
{
background-color: #51405D;
}
.BgClassName
{
background-color: #51405D;
}
</style>
border-color css
<style>
span { border-color: #51405D; }
span { border-color: rgb(81,64,93); }
td.TdClassName
{
border-color: #51405D;
}
.TagClassName
{
border-color: #51405D;
}
</style>