Shades of Honey Flower #51405C
Tints of Honey Flower #51405C
RGB
CMYK
RGB Variations
Color information
#51405C (or 0x51405C) is known color: Honey Flower. HEX triplet: 51, 40 and 5C. RGB value is (81,64,92). Sum of RGB (Red+Green+Blue) = 81+64+92=237 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.18% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 92 - color contains mainly: blue. Hex color #51405C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51405C is #AEBFA3. Grayscale: #484848. Windows color (decimal): -11452324 or 6045777. OLE color: 6045777.
HSL color Cylindrical-coordinate representation of color #51405C: hue angle of 276.43º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #51405C is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 64 | 92 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.64 |
| HSL | 276.43º | 0.18% | 0.31% | - |
| HSV(B) | 276.43º | 0.3% | 0.36% | - |
| XYZ | 7.16 | 6.19 | 10.94 | - |
| YUV | 72.28 | 139.13 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 64 | 92 | 0.12 | 0.30 | 0 | 0.64 | 276.43 | 0.18 | 0.31 |
| Hex | 51 | 40 | 5C | C | 1E | 0 | 40 | 114 | 12 | 1F |
| Octal | 121 | 100 | 134 | 14 | 36 | 0 | 100 | 424 | 22 | 37 |
| Binary | 1010001 | 1000000 | 1011100 | 1100 | 11110 | 0 | 1000000 | 100010100 | 10010 | 11111 |
Color Harmonies of #51405C
Complementary color
Monochromatic Colors of #51405C
Black with #51405C
Text Example
Text Example
White with #51405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51405C; }
p { color: rgb(81,64,92); }
H1.HeaderClassName
{
color: #51405C;
}
.AnyTagClassName
{
color: #51405C;
}
</style>
background-color css
<style>
a { background-color: #51405C; }
a { background-color: rgb(81,64,92); }
div.DivClassName
{
background-color: #51405C;
}
.BgClassName
{
background-color: #51405C;
}
</style>
border-color css
<style>
span { border-color: #51405C; }
span { border-color: rgb(81,64,92); }
td.TdClassName
{
border-color: #51405C;
}
.TagClassName
{
border-color: #51405C;
}
</style>