Shades of Honey Flower #5F4072
Tints of Honey Flower #5F4072
RGB
CMYK
RGB Variations
Color information
#5F4072 (or 0x5F4072) is known color: Honey Flower. HEX triplet: 5F, 40 and 72. RGB value is (95,64,114). Sum of RGB (Red+Green+Blue) = 95+64+114=273 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.80% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 114 - color contains mainly: blue. Hex color #5F4072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4072 is #A0BF8D. Grayscale: #4E4E4E. Windows color (decimal): -10534798 or 7487583. OLE color: 7487583.
HSL color Cylindrical-coordinate representation of color #5F4072: hue angle of 277.2º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5F4072 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 64 | 114 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.55 |
| HSL | 277.2º | 0.28% | 0.35% | - |
| HSV(B) | 277.2º | 0.44% | 0.45% | - |
| XYZ | 9.59 | 7.31 | 16.83 | - |
| YUV | 78.97 | 147.77 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 64 | 114 | 0.17 | 0.44 | 0 | 0.55 | 277.2 | 0.28 | 0.35 |
| Hex | 5F | 40 | 72 | 11 | 2C | 0 | 37 | 115 | 1C | 23 |
| Octal | 137 | 100 | 162 | 21 | 54 | 0 | 67 | 425 | 34 | 43 |
| Binary | 1011111 | 1000000 | 1110010 | 10001 | 101100 | 0 | 110111 | 100010101 | 11100 | 100011 |
Color Harmonies of #5F4072
Complementary color
Monochromatic Colors of #5F4072
Black with #5F4072
Text Example
Text Example
White with #5F4072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4072; }
p { color: rgb(95,64,114); }
H1.HeaderClassName
{
color: #5F4072;
}
.AnyTagClassName
{
color: #5F4072;
}
</style>
background-color css
<style>
a { background-color: #5F4072; }
a { background-color: rgb(95,64,114); }
div.DivClassName
{
background-color: #5F4072;
}
.BgClassName
{
background-color: #5F4072;
}
</style>
border-color css
<style>
span { border-color: #5F4072; }
span { border-color: rgb(95,64,114); }
td.TdClassName
{
border-color: #5F4072;
}
.TagClassName
{
border-color: #5F4072;
}
</style>