Shades of Honey Flower #513F60
Tints of Honey Flower #513F60
RGB
CMYK
RGB Variations
Color information
#513F60 (or 0x513F60) is known color: Honey Flower. HEX triplet: 51, 3F and 60. RGB value is (81,63,96). Sum of RGB (Red+Green+Blue) = 81+63+96=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 96 - color contains mainly: blue. Hex color #513F60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513F60 is #AEC09F. Grayscale: #484848. Windows color (decimal): -11452576 or 6307665. OLE color: 6307665.
HSL color Cylindrical-coordinate representation of color #513F60: hue angle of 272.73º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #513F60 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 63 | 96 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.62 |
| HSL | 272.73º | 0.21% | 0.31% | - |
| HSV(B) | 272.73º | 0.34% | 0.38% | - |
| XYZ | 7.28 | 6.15 | 11.87 | - |
| YUV | 72.14 | 141.46 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 96 | 0.16 | 0.34 | 0 | 0.62 | 272.73 | 0.21 | 0.31 |
| Hex | 51 | 3F | 60 | 10 | 22 | 0 | 3E | 111 | 15 | 1F |
| Octal | 121 | 77 | 140 | 20 | 42 | 0 | 76 | 421 | 25 | 37 |
| Binary | 1010001 | 111111 | 1100000 | 10000 | 100010 | 0 | 111110 | 100010001 | 10101 | 11111 |
Color Harmonies of #513F60
Complementary color
Monochromatic Colors of #513F60
Black with #513F60
Text Example
Text Example
White with #513F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513F60; }
p { color: rgb(81,63,96); }
H1.HeaderClassName
{
color: #513F60;
}
.AnyTagClassName
{
color: #513F60;
}
</style>
background-color css
<style>
a { background-color: #513F60; }
a { background-color: rgb(81,63,96); }
div.DivClassName
{
background-color: #513F60;
}
.BgClassName
{
background-color: #513F60;
}
</style>
border-color css
<style>
span { border-color: #513F60; }
span { border-color: rgb(81,63,96); }
td.TdClassName
{
border-color: #513F60;
}
.TagClassName
{
border-color: #513F60;
}
</style>