Shades of Honey Flower #5F496E
Tints of Honey Flower #5F496E
RGB
CMYK
RGB Variations
Color information
#5F496E (or 0x5F496E) is known color: Honey Flower. HEX triplet: 5F, 49 and 6E. RGB value is (95,73,110). Sum of RGB (Red+Green+Blue) = 95+73+110=278 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.17% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 110 - color contains mainly: blue. Hex color #5F496E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F496E is #A0B691. Grayscale: #535353. Windows color (decimal): -10532498 or 7227743. OLE color: 7227743.
HSL color Cylindrical-coordinate representation of color #5F496E: hue angle of 275.68º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F496E is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 95 | 73 | 110 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.57 |
| HSL | 275.68º | 0.2% | 0.36% | - |
| HSV(B) | 275.68º | 0.34% | 0.43% | - |
| XYZ | 9.92 | 8.32 | 15.84 | - |
| YUV | 83.8 | 142.79 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 73 | 110 | 0.14 | 0.34 | 0 | 0.57 | 275.68 | 0.2 | 0.36 |
| Hex | 5F | 49 | 6E | E | 22 | 0 | 39 | 114 | 14 | 24 |
| Octal | 137 | 111 | 156 | 16 | 42 | 0 | 71 | 424 | 24 | 44 |
| Binary | 1011111 | 1001001 | 1101110 | 1110 | 100010 | 0 | 111001 | 100010100 | 10100 | 100100 |
Color Harmonies of #5F496E
Complementary color
Monochromatic Colors of #5F496E
Black with #5F496E
Text Example
Text Example
White with #5F496E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F496E; }
p { color: rgb(95,73,110); }
H1.HeaderClassName
{
color: #5F496E;
}
.AnyTagClassName
{
color: #5F496E;
}
</style>
background-color css
<style>
a { background-color: #5F496E; }
a { background-color: rgb(95,73,110); }
div.DivClassName
{
background-color: #5F496E;
}
.BgClassName
{
background-color: #5F496E;
}
</style>
border-color css
<style>
span { border-color: #5F496E; }
span { border-color: rgb(95,73,110); }
td.TdClassName
{
border-color: #5F496E;
}
.TagClassName
{
border-color: #5F496E;
}
</style>