Shades of Honey Flower #5F456F
Tints of Honey Flower #5F456F
RGB
CMYK
RGB Variations
Color information
#5F456F (or 0x5F456F) is known color: Honey Flower. HEX triplet: 5F, 45 and 6F. RGB value is (95,69,111). Sum of RGB (Red+Green+Blue) = 95+69+111=275 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.55% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 111 - color contains mainly: blue. Hex color #5F456F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F456F is #A0BA90. Grayscale: #515151. Windows color (decimal): -10533521 or 7292255. OLE color: 7292255.
HSL color Cylindrical-coordinate representation of color #5F456F: hue angle of 277.14º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F456F is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 69 | 111 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.56 |
| HSL | 277.14º | 0.23% | 0.35% | - |
| HSV(B) | 277.14º | 0.38% | 0.44% | - |
| XYZ | 9.72 | 7.84 | 16.04 | - |
| YUV | 81.56 | 144.61 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 69 | 111 | 0.14 | 0.38 | 0 | 0.56 | 277.14 | 0.23 | 0.35 |
| Hex | 5F | 45 | 6F | E | 26 | 0 | 38 | 115 | 17 | 23 |
| Octal | 137 | 105 | 157 | 16 | 46 | 0 | 70 | 425 | 27 | 43 |
| Binary | 1011111 | 1000101 | 1101111 | 1110 | 100110 | 0 | 111000 | 100010101 | 10111 | 100011 |
Color Harmonies of #5F456F
Complementary color
Monochromatic Colors of #5F456F
Black with #5F456F
Text Example
Text Example
White with #5F456F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F456F; }
p { color: rgb(95,69,111); }
H1.HeaderClassName
{
color: #5F456F;
}
.AnyTagClassName
{
color: #5F456F;
}
</style>
background-color css
<style>
a { background-color: #5F456F; }
a { background-color: rgb(95,69,111); }
div.DivClassName
{
background-color: #5F456F;
}
.BgClassName
{
background-color: #5F456F;
}
</style>
border-color css
<style>
span { border-color: #5F456F; }
span { border-color: rgb(95,69,111); }
td.TdClassName
{
border-color: #5F456F;
}
.TagClassName
{
border-color: #5F456F;
}
</style>