Shades of Honey Flower #5F386D
Tints of Honey Flower #5F386D
RGB
CMYK
RGB Variations
Color information
#5F386D (or 0x5F386D) is known color: Honey Flower. HEX triplet: 5F, 38 and 6D. RGB value is (95,56,109). Sum of RGB (Red+Green+Blue) = 95+56+109=260 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.54% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 109 - color contains mainly: blue. Hex color #5F386D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F386D is #A0C792. Grayscale: #494949. Windows color (decimal): -10536851 or 7157855. OLE color: 7157855.
HSL color Cylindrical-coordinate representation of color #5F386D: hue angle of 284.15º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5F386D is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 95 | 56 | 109 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.57 |
| HSL | 284.15º | 0.32% | 0.32% | - |
| HSV(B) | 284.15º | 0.49% | 0.43% | - |
| XYZ | 8.89 | 6.37 | 15.23 | - |
| YUV | 73.7 | 147.92 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 56 | 109 | 0.13 | 0.49 | 0 | 0.57 | 284.15 | 0.32 | 0.32 |
| Hex | 5F | 38 | 6D | D | 31 | 0 | 39 | 11C | 20 | 20 |
| Octal | 137 | 70 | 155 | 15 | 61 | 0 | 71 | 434 | 40 | 40 |
| Binary | 1011111 | 111000 | 1101101 | 1101 | 110001 | 0 | 111001 | 100011100 | 100000 | 100000 |
Color Harmonies of #5F386D
Complementary color
Monochromatic Colors of #5F386D
Black with #5F386D
Text Example
Text Example
White with #5F386D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F386D; }
p { color: rgb(95,56,109); }
H1.HeaderClassName
{
color: #5F386D;
}
.AnyTagClassName
{
color: #5F386D;
}
</style>
background-color css
<style>
a { background-color: #5F386D; }
a { background-color: rgb(95,56,109); }
div.DivClassName
{
background-color: #5F386D;
}
.BgClassName
{
background-color: #5F386D;
}
</style>
border-color css
<style>
span { border-color: #5F386D; }
span { border-color: rgb(95,56,109); }
td.TdClassName
{
border-color: #5F386D;
}
.TagClassName
{
border-color: #5F386D;
}
</style>