Shades of Honey Flower #5F316D
Tints of Honey Flower #5F316D
RGB
CMYK
RGB Variations
Color information
#5F316D (or 0x5F316D) is known color: Honey Flower. HEX triplet: 5F, 31 and 6D. RGB value is (95,49,109). Sum of RGB (Red+Green+Blue) = 95+49+109=253 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.55% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 109 - color contains mainly: blue. Hex color #5F316D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F316D is #A0CE92. Grayscale: #454545. Windows color (decimal): -10538643 or 7156063. OLE color: 7156063.
HSL color Cylindrical-coordinate representation of color #5F316D: hue angle of 286º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5F316D is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 95 | 49 | 109 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.57 |
| HSL | 286º | 0.38% | 0.31% | - |
| HSV(B) | 286º | 0.55% | 0.43% | - |
| XYZ | 8.58 | 5.73 | 15.12 | - |
| YUV | 69.59 | 150.24 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 49 | 109 | 0.13 | 0.55 | 0 | 0.57 | 286 | 0.38 | 0.31 |
| Hex | 5F | 31 | 6D | D | 37 | 0 | 39 | 11E | 26 | 1F |
| Octal | 137 | 61 | 155 | 15 | 67 | 0 | 71 | 436 | 46 | 37 |
| Binary | 1011111 | 110001 | 1101101 | 1101 | 110111 | 0 | 111001 | 100011110 | 100110 | 11111 |
Color Harmonies of #5F316D
Complementary color
Monochromatic Colors of #5F316D
Black with #5F316D
Text Example
Text Example
White with #5F316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F316D; }
p { color: rgb(95,49,109); }
H1.HeaderClassName
{
color: #5F316D;
}
.AnyTagClassName
{
color: #5F316D;
}
</style>
background-color css
<style>
a { background-color: #5F316D; }
a { background-color: rgb(95,49,109); }
div.DivClassName
{
background-color: #5F316D;
}
.BgClassName
{
background-color: #5F316D;
}
</style>
border-color css
<style>
span { border-color: #5F316D; }
span { border-color: rgb(95,49,109); }
td.TdClassName
{
border-color: #5F316D;
}
.TagClassName
{
border-color: #5F316D;
}
</style>