Shades of Honey Flower #513D60
Tints of Honey Flower #513D60
RGB
CMYK
RGB Variations
Color information
#513D60 (or 0x513D60) is known color: Honey Flower. HEX triplet: 51, 3D and 60. RGB value is (81,61,96). Sum of RGB (Red+Green+Blue) = 81+61+96=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 61 (24.22% from 255 or 25.63% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 96 - color contains mainly: blue. Hex color #513D60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513D60 is #AEC29F. Grayscale: #464646. Windows color (decimal): -11453088 or 6307153. OLE color: 6307153.
HSL color Cylindrical-coordinate representation of color #513D60: hue angle of 274.29º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #513D60 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 61 | 96 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.62 |
| HSL | 274.29º | 0.22% | 0.31% | - |
| HSV(B) | 274.29º | 0.36% | 0.38% | - |
| XYZ | 7.17 | 5.93 | 11.83 | - |
| YUV | 70.97 | 142.13 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 61 | 96 | 0.16 | 0.36 | 0 | 0.62 | 274.29 | 0.22 | 0.31 |
| Hex | 51 | 3D | 60 | 10 | 24 | 0 | 3E | 112 | 16 | 1F |
| Octal | 121 | 75 | 140 | 20 | 44 | 0 | 76 | 422 | 26 | 37 |
| Binary | 1010001 | 111101 | 1100000 | 10000 | 100100 | 0 | 111110 | 100010010 | 10110 | 11111 |
Color Harmonies of #513D60
Complementary color
Monochromatic Colors of #513D60
Black with #513D60
Text Example
Text Example
White with #513D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513D60; }
p { color: rgb(81,61,96); }
H1.HeaderClassName
{
color: #513D60;
}
.AnyTagClassName
{
color: #513D60;
}
</style>
background-color css
<style>
a { background-color: #513D60; }
a { background-color: rgb(81,61,96); }
div.DivClassName
{
background-color: #513D60;
}
.BgClassName
{
background-color: #513D60;
}
</style>
border-color css
<style>
span { border-color: #513D60; }
span { border-color: rgb(81,61,96); }
td.TdClassName
{
border-color: #513D60;
}
.TagClassName
{
border-color: #513D60;
}
</style>