Shades of Honey Flower #513C62
Tints of Honey Flower #513C62
RGB
CMYK
RGB Variations
Color information
#513C62 (or 0x513C62) is known color: Honey Flower. HEX triplet: 51, 3C and 62. RGB value is (81,60,98). Sum of RGB (Red+Green+Blue) = 81+60+98=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 98 - color contains mainly: blue. Hex color #513C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513C62 is #AEC39D. Grayscale: #464646. Windows color (decimal): -11453342 or 6437969. OLE color: 6437969.
HSL color Cylindrical-coordinate representation of color #513C62: hue angle of 273.16º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #513C62 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 60 | 98 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.62 |
| HSL | 273.16º | 0.24% | 0.31% | - |
| HSV(B) | 273.16º | 0.39% | 0.38% | - |
| XYZ | 7.21 | 5.86 | 12.31 | - |
| YUV | 70.61 | 143.46 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 60 | 98 | 0.17 | 0.39 | 0 | 0.62 | 273.16 | 0.24 | 0.31 |
| Hex | 51 | 3C | 62 | 11 | 27 | 0 | 3E | 111 | 18 | 1F |
| Octal | 121 | 74 | 142 | 21 | 47 | 0 | 76 | 421 | 30 | 37 |
| Binary | 1010001 | 111100 | 1100010 | 10001 | 100111 | 0 | 111110 | 100010001 | 11000 | 11111 |
Color Harmonies of #513C62
Complementary color
Monochromatic Colors of #513C62
Black with #513C62
Text Example
Text Example
White with #513C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513C62; }
p { color: rgb(81,60,98); }
H1.HeaderClassName
{
color: #513C62;
}
.AnyTagClassName
{
color: #513C62;
}
</style>
background-color css
<style>
a { background-color: #513C62; }
a { background-color: rgb(81,60,98); }
div.DivClassName
{
background-color: #513C62;
}
.BgClassName
{
background-color: #513C62;
}
</style>
border-color css
<style>
span { border-color: #513C62; }
span { border-color: rgb(81,60,98); }
td.TdClassName
{
border-color: #513C62;
}
.TagClassName
{
border-color: #513C62;
}
</style>