Shades of Honey Flower #5F4077
Tints of Honey Flower #5F4077
RGB
CMYK
RGB Variations
Color information
#5F4077 (or 0x5F4077) is known color: Honey Flower. HEX triplet: 5F, 40 and 77. RGB value is (95,64,119). Sum of RGB (Red+Green+Blue) = 95+64+119=278 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.17% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 119 - color contains mainly: blue. Hex color #5F4077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4077 is #A0BF88. Grayscale: #4F4F4F. Windows color (decimal): -10534793 or 7815263. OLE color: 7815263.
HSL color Cylindrical-coordinate representation of color #5F4077: hue angle of 273.82º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F4077 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 64 | 119 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.53 |
| HSL | 273.82º | 0.3% | 0.36% | - |
| HSV(B) | 273.82º | 0.46% | 0.47% | - |
| XYZ | 9.88 | 7.43 | 18.37 | - |
| YUV | 79.54 | 150.27 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 64 | 119 | 0.20 | 0.46 | 0 | 0.53 | 273.82 | 0.3 | 0.36 |
| Hex | 5F | 40 | 77 | 14 | 2E | 0 | 35 | 112 | 1E | 24 |
| Octal | 137 | 100 | 167 | 24 | 56 | 0 | 65 | 422 | 36 | 44 |
| Binary | 1011111 | 1000000 | 1110111 | 10100 | 101110 | 0 | 110101 | 100010010 | 11110 | 100100 |
Color Harmonies of #5F4077
Complementary color
Monochromatic Colors of #5F4077
Black with #5F4077
Text Example
Text Example
White with #5F4077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4077; }
p { color: rgb(95,64,119); }
H1.HeaderClassName
{
color: #5F4077;
}
.AnyTagClassName
{
color: #5F4077;
}
</style>
background-color css
<style>
a { background-color: #5F4077; }
a { background-color: rgb(95,64,119); }
div.DivClassName
{
background-color: #5F4077;
}
.BgClassName
{
background-color: #5F4077;
}
</style>
border-color css
<style>
span { border-color: #5F4077; }
span { border-color: rgb(95,64,119); }
td.TdClassName
{
border-color: #5F4077;
}
.TagClassName
{
border-color: #5F4077;
}
</style>