Shades of Honey Flower #5F466F
Tints of Honey Flower #5F466F
RGB
CMYK
RGB Variations
Color information
#5F466F (or 0x5F466F) is known color: Honey Flower. HEX triplet: 5F, 46 and 6F. RGB value is (95,70,111). Sum of RGB (Red+Green+Blue) = 95+70+111=276 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.42% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 111 - color contains mainly: blue. Hex color #5F466F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F466F is #A0B990. Grayscale: #525252. Windows color (decimal): -10533265 or 7292511. OLE color: 7292511.
HSL color Cylindrical-coordinate representation of color #5F466F: hue angle of 276.59º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5F466F is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 70 | 111 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.56 |
| HSL | 276.59º | 0.23% | 0.35% | - |
| HSV(B) | 276.59º | 0.37% | 0.44% | - |
| XYZ | 9.78 | 7.96 | 16.06 | - |
| YUV | 82.15 | 144.28 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 70 | 111 | 0.14 | 0.37 | 0 | 0.56 | 276.59 | 0.23 | 0.35 |
| Hex | 5F | 46 | 6F | E | 25 | 0 | 38 | 115 | 17 | 23 |
| Octal | 137 | 106 | 157 | 16 | 45 | 0 | 70 | 425 | 27 | 43 |
| Binary | 1011111 | 1000110 | 1101111 | 1110 | 100101 | 0 | 111000 | 100010101 | 10111 | 100011 |
Color Harmonies of #5F466F
Complementary color
Monochromatic Colors of #5F466F
Black with #5F466F
Text Example
Text Example
White with #5F466F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F466F; }
p { color: rgb(95,70,111); }
H1.HeaderClassName
{
color: #5F466F;
}
.AnyTagClassName
{
color: #5F466F;
}
</style>
background-color css
<style>
a { background-color: #5F466F; }
a { background-color: rgb(95,70,111); }
div.DivClassName
{
background-color: #5F466F;
}
.BgClassName
{
background-color: #5F466F;
}
</style>
border-color css
<style>
span { border-color: #5F466F; }
span { border-color: rgb(95,70,111); }
td.TdClassName
{
border-color: #5F466F;
}
.TagClassName
{
border-color: #5F466F;
}
</style>