Shades of Honey Flower #5F4676
Tints of Honey Flower #5F4676
RGB
CMYK
RGB Variations
Color information
#5F4676 (or 0x5F4676) is known color: Honey Flower. HEX triplet: 5F, 46 and 76. RGB value is (95,70,118). Sum of RGB (Red+Green+Blue) = 95+70+118=283 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.57% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 118 - color contains mainly: blue. Hex color #5F4676 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4676 is #A0B989. Grayscale: #525252. Windows color (decimal): -10533258 or 7751263. OLE color: 7751263.
HSL color Cylindrical-coordinate representation of color #5F4676: hue angle of 271.25º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5F4676 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 95 | 70 | 118 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.54 |
| HSL | 271.25º | 0.26% | 0.37% | - |
| HSV(B) | 271.25º | 0.41% | 0.46% | - |
| XYZ | 10.18 | 8.12 | 18.17 | - |
| YUV | 82.95 | 147.78 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 70 | 118 | 0.19 | 0.41 | 0 | 0.54 | 271.25 | 0.26 | 0.37 |
| Hex | 5F | 46 | 76 | 13 | 29 | 0 | 36 | 10F | 1A | 25 |
| Octal | 137 | 106 | 166 | 23 | 51 | 0 | 66 | 417 | 32 | 45 |
| Binary | 1011111 | 1000110 | 1110110 | 10011 | 101001 | 0 | 110110 | 100001111 | 11010 | 100101 |
Color Harmonies of #5F4676
Complementary color
Monochromatic Colors of #5F4676
Black with #5F4676
Text Example
Text Example
White with #5F4676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4676; }
p { color: rgb(95,70,118); }
H1.HeaderClassName
{
color: #5F4676;
}
.AnyTagClassName
{
color: #5F4676;
}
</style>
background-color css
<style>
a { background-color: #5F4676; }
a { background-color: rgb(95,70,118); }
div.DivClassName
{
background-color: #5F4676;
}
.BgClassName
{
background-color: #5F4676;
}
</style>
border-color css
<style>
span { border-color: #5F4676; }
span { border-color: rgb(95,70,118); }
td.TdClassName
{
border-color: #5F4676;
}
.TagClassName
{
border-color: #5F4676;
}
</style>