Shades of Honey Flower #5F376C
Tints of Honey Flower #5F376C
RGB
CMYK
RGB Variations
Color information
#5F376C (or 0x5F376C) is known color: Honey Flower. HEX triplet: 5F, 37 and 6C. RGB value is (95,55,108). Sum of RGB (Red+Green+Blue) = 95+55+108=258 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.82% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 108 - color contains mainly: blue. Hex color #5F376C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F376C is #A0C893. Grayscale: #484848. Windows color (decimal): -10537108 or 7092063. OLE color: 7092063.
HSL color Cylindrical-coordinate representation of color #5F376C: hue angle of 285.28º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5F376C is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 95 | 55 | 108 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.58 |
| HSL | 285.28º | 0.33% | 0.32% | - |
| HSV(B) | 285.28º | 0.49% | 0.42% | - |
| XYZ | 8.79 | 6.25 | 14.93 | - |
| YUV | 73 | 147.75 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 55 | 108 | 0.12 | 0.49 | 0 | 0.58 | 285.28 | 0.33 | 0.32 |
| Hex | 5F | 37 | 6C | C | 31 | 0 | 3A | 11D | 21 | 20 |
| Octal | 137 | 67 | 154 | 14 | 61 | 0 | 72 | 435 | 41 | 40 |
| Binary | 1011111 | 110111 | 1101100 | 1100 | 110001 | 0 | 111010 | 100011101 | 100001 | 100000 |
Color Harmonies of #5F376C
Complementary color
Monochromatic Colors of #5F376C
Black with #5F376C
Text Example
Text Example
White with #5F376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F376C; }
p { color: rgb(95,55,108); }
H1.HeaderClassName
{
color: #5F376C;
}
.AnyTagClassName
{
color: #5F376C;
}
</style>
background-color css
<style>
a { background-color: #5F376C; }
a { background-color: rgb(95,55,108); }
div.DivClassName
{
background-color: #5F376C;
}
.BgClassName
{
background-color: #5F376C;
}
</style>
border-color css
<style>
span { border-color: #5F376C; }
span { border-color: rgb(95,55,108); }
td.TdClassName
{
border-color: #5F376C;
}
.TagClassName
{
border-color: #5F376C;
}
</style>