Shades of Honey Flower #5F456D
Tints of Honey Flower #5F456D
RGB
CMYK
RGB Variations
Color information
#5F456D (or 0x5F456D) is known color: Honey Flower. HEX triplet: 5F, 45 and 6D. RGB value is (95,69,109). Sum of RGB (Red+Green+Blue) = 95+69+109=273 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.80% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 109 - color contains mainly: blue. Hex color #5F456D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F456D is #A0BA92. Grayscale: #515151. Windows color (decimal): -10533523 or 7161183. OLE color: 7161183.
HSL color Cylindrical-coordinate representation of color #5F456D: hue angle of 279º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5F456D is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 95 | 69 | 109 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.57 |
| HSL | 279º | 0.22% | 0.35% | - |
| HSV(B) | 279º | 0.37% | 0.43% | - |
| XYZ | 9.61 | 7.79 | 15.47 | - |
| YUV | 81.33 | 143.61 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 69 | 109 | 0.13 | 0.37 | 0 | 0.57 | 279 | 0.22 | 0.35 |
| Hex | 5F | 45 | 6D | D | 25 | 0 | 39 | 117 | 16 | 23 |
| Octal | 137 | 105 | 155 | 15 | 45 | 0 | 71 | 427 | 26 | 43 |
| Binary | 1011111 | 1000101 | 1101101 | 1101 | 100101 | 0 | 111001 | 100010111 | 10110 | 100011 |
Color Harmonies of #5F456D
Complementary color
Monochromatic Colors of #5F456D
Black with #5F456D
Text Example
Text Example
White with #5F456D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F456D; }
p { color: rgb(95,69,109); }
H1.HeaderClassName
{
color: #5F456D;
}
.AnyTagClassName
{
color: #5F456D;
}
</style>
background-color css
<style>
a { background-color: #5F456D; }
a { background-color: rgb(95,69,109); }
div.DivClassName
{
background-color: #5F456D;
}
.BgClassName
{
background-color: #5F456D;
}
</style>
border-color css
<style>
span { border-color: #5F456D; }
span { border-color: rgb(95,69,109); }
td.TdClassName
{
border-color: #5F456D;
}
.TagClassName
{
border-color: #5F456D;
}
</style>