Shades of Honey Flower #5F4777
Tints of Honey Flower #5F4777
RGB
CMYK
RGB Variations
Color information
#5F4777 (or 0x5F4777) is known color: Honey Flower. HEX triplet: 5F, 47 and 77. RGB value is (95,71,119). Sum of RGB (Red+Green+Blue) = 95+71+119=285 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.33% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 119 - color contains mainly: blue. Hex color #5F4777 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4777 is #A0B888. Grayscale: #535353. Windows color (decimal): -10533001 or 7817055. OLE color: 7817055.
HSL color Cylindrical-coordinate representation of color #5F4777: hue angle of 270º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F4777 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 71 | 119 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.53 |
| HSL | 270º | 0.25% | 0.37% | - |
| HSV(B) | 270º | 0.4% | 0.47% | - |
| XYZ | 10.3 | 8.27 | 18.51 | - |
| YUV | 83.65 | 147.95 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 71 | 119 | 0.20 | 0.40 | 0 | 0.53 | 270 | 0.25 | 0.37 |
| Hex | 5F | 47 | 77 | 14 | 28 | 0 | 35 | 10E | 19 | 25 |
| Octal | 137 | 107 | 167 | 24 | 50 | 0 | 65 | 416 | 31 | 45 |
| Binary | 1011111 | 1000111 | 1110111 | 10100 | 101000 | 0 | 110101 | 100001110 | 11001 | 100101 |
Color Harmonies of #5F4777
Complementary color
Monochromatic Colors of #5F4777
Black with #5F4777
Text Example
Text Example
White with #5F4777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4777; }
p { color: rgb(95,71,119); }
H1.HeaderClassName
{
color: #5F4777;
}
.AnyTagClassName
{
color: #5F4777;
}
</style>
background-color css
<style>
a { background-color: #5F4777; }
a { background-color: rgb(95,71,119); }
div.DivClassName
{
background-color: #5F4777;
}
.BgClassName
{
background-color: #5F4777;
}
</style>
border-color css
<style>
span { border-color: #5F4777; }
span { border-color: rgb(95,71,119); }
td.TdClassName
{
border-color: #5F4777;
}
.TagClassName
{
border-color: #5F4777;
}
</style>