Shades of Honey Flower #5F3A67
Tints of Honey Flower #5F3A67
RGB
CMYK
RGB Variations
Color information
#5F3A67 (or 0x5F3A67) is known color: Honey Flower. HEX triplet: 5F, 3A and 67. RGB value is (95,58,103). Sum of RGB (Red+Green+Blue) = 95+58+103=256 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.11% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 103 (40.62% from 255 or 40.23% from 256); Max value from RGB is 103 - color contains mainly: blue. Hex color #5F3A67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3A67 is #A0C598. Grayscale: #4A4A4A. Windows color (decimal): -10536345 or 6765151. OLE color: 6765151.
HSL color Cylindrical-coordinate representation of color #5F3A67: hue angle of 289.33º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5F3A67 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 58 | 103 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.60 |
| HSL | 289.33º | 0.28% | 0.32% | - |
| HSV(B) | 289.33º | 0.44% | 0.4% | - |
| XYZ | 8.68 | 6.44 | 13.62 | - |
| YUV | 74.19 | 144.26 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 58 | 103 | 0.08 | 0.44 | 0 | 0.60 | 289.33 | 0.28 | 0.32 |
| Hex | 5F | 3A | 67 | 8 | 2C | 0 | 3C | 121 | 1C | 20 |
| Octal | 137 | 72 | 147 | 10 | 54 | 0 | 74 | 441 | 34 | 40 |
| Binary | 1011111 | 111010 | 1100111 | 1000 | 101100 | 0 | 111100 | 100100001 | 11100 | 100000 |
Color Harmonies of #5F3A67
Complementary color
Monochromatic Colors of #5F3A67
Black with #5F3A67
Text Example
Text Example
White with #5F3A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3A67; }
p { color: rgb(95,58,103); }
H1.HeaderClassName
{
color: #5F3A67;
}
.AnyTagClassName
{
color: #5F3A67;
}
</style>
background-color css
<style>
a { background-color: #5F3A67; }
a { background-color: rgb(95,58,103); }
div.DivClassName
{
background-color: #5F3A67;
}
.BgClassName
{
background-color: #5F3A67;
}
</style>
border-color css
<style>
span { border-color: #5F3A67; }
span { border-color: rgb(95,58,103); }
td.TdClassName
{
border-color: #5F3A67;
}
.TagClassName
{
border-color: #5F3A67;
}
</style>