Shades of Honey Flower #513D62
Tints of Honey Flower #513D62
RGB
CMYK
RGB Variations
Color information
#513D62 (or 0x513D62) is known color: Honey Flower. HEX triplet: 51, 3D and 62. RGB value is (81,61,98). Sum of RGB (Red+Green+Blue) = 81+61+98=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 98 (38.67% from 255 or 40.83% from 240); Max value from RGB is 98 - color contains mainly: blue. Hex color #513D62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513D62 is #AEC29D. Grayscale: #474747. Windows color (decimal): -11453086 or 6438225. OLE color: 6438225.
HSL color Cylindrical-coordinate representation of color #513D62: hue angle of 272.43º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #513D62 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 61 | 98 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.62 |
| HSL | 272.43º | 0.23% | 0.31% | - |
| HSV(B) | 272.43º | 0.38% | 0.38% | - |
| XYZ | 7.27 | 5.97 | 12.32 | - |
| YUV | 71.2 | 143.13 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 61 | 98 | 0.17 | 0.38 | 0 | 0.62 | 272.43 | 0.23 | 0.31 |
| Hex | 51 | 3D | 62 | 11 | 26 | 0 | 3E | 110 | 17 | 1F |
| Octal | 121 | 75 | 142 | 21 | 46 | 0 | 76 | 420 | 27 | 37 |
| Binary | 1010001 | 111101 | 1100010 | 10001 | 100110 | 0 | 111110 | 100010000 | 10111 | 11111 |
Color Harmonies of #513D62
Complementary color
Monochromatic Colors of #513D62
Black with #513D62
Text Example
Text Example
White with #513D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513D62; }
p { color: rgb(81,61,98); }
H1.HeaderClassName
{
color: #513D62;
}
.AnyTagClassName
{
color: #513D62;
}
</style>
background-color css
<style>
a { background-color: #513D62; }
a { background-color: rgb(81,61,98); }
div.DivClassName
{
background-color: #513D62;
}
.BgClassName
{
background-color: #513D62;
}
</style>
border-color css
<style>
span { border-color: #513D62; }
span { border-color: rgb(81,61,98); }
td.TdClassName
{
border-color: #513D62;
}
.TagClassName
{
border-color: #513D62;
}
</style>