Shades of Honey Flower #513E5F
Tints of Honey Flower #513E5F
RGB
CMYK
RGB Variations
Color information
#513E5F (or 0x513E5F) is known color: Honey Flower. HEX triplet: 51, 3E and 5F. RGB value is (81,62,95). Sum of RGB (Red+Green+Blue) = 81+62+95=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 62 (24.61% from 255 or 26.05% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 95 - color contains mainly: blue. Hex color #513E5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513E5F is #AEC1A0. Grayscale: #474747. Windows color (decimal): -11452833 or 6241873. OLE color: 6241873.
HSL color Cylindrical-coordinate representation of color #513E5F: hue angle of 274.55º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #513E5F is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 81 | 62 | 95 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.63 |
| HSL | 274.55º | 0.21% | 0.31% | - |
| HSV(B) | 274.55º | 0.35% | 0.37% | - |
| XYZ | 7.18 | 6.02 | 11.61 | - |
| YUV | 71.44 | 141.29 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 62 | 95 | 0.15 | 0.35 | 0 | 0.63 | 274.55 | 0.21 | 0.31 |
| Hex | 51 | 3E | 5F | F | 23 | 0 | 3F | 113 | 15 | 1F |
| Octal | 121 | 76 | 137 | 17 | 43 | 0 | 77 | 423 | 25 | 37 |
| Binary | 1010001 | 111110 | 1011111 | 1111 | 100011 | 0 | 111111 | 100010011 | 10101 | 11111 |
Color Harmonies of #513E5F
Complementary color
Monochromatic Colors of #513E5F
Black with #513E5F
Text Example
Text Example
White with #513E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513E5F; }
p { color: rgb(81,62,95); }
H1.HeaderClassName
{
color: #513E5F;
}
.AnyTagClassName
{
color: #513E5F;
}
</style>
background-color css
<style>
a { background-color: #513E5F; }
a { background-color: rgb(81,62,95); }
div.DivClassName
{
background-color: #513E5F;
}
.BgClassName
{
background-color: #513E5F;
}
</style>
border-color css
<style>
span { border-color: #513E5F; }
span { border-color: rgb(81,62,95); }
td.TdClassName
{
border-color: #513E5F;
}
.TagClassName
{
border-color: #513E5F;
}
</style>