Shades of Honey Flower #5F4067
Tints of Honey Flower #5F4067
RGB
CMYK
RGB Variations
Color information
#5F4067 (or 0x5F4067) is known color: Honey Flower. HEX triplet: 5F, 40 and 67. RGB value is (95,64,103). Sum of RGB (Red+Green+Blue) = 95+64+103=262 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.26% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 103 (40.62% from 255 or 39.31% from 262); Max value from RGB is 103 - color contains mainly: blue. Hex color #5F4067 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4067 is #A0BF98. Grayscale: #4D4D4D. Windows color (decimal): -10534809 or 6766687. OLE color: 6766687.
HSL color Cylindrical-coordinate representation of color #5F4067: hue angle of 287.69º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F4067 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 64 | 103 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.60 |
| HSL | 287.69º | 0.23% | 0.33% | - |
| HSV(B) | 287.69º | 0.38% | 0.4% | - |
| XYZ | 9 | 7.08 | 13.72 | - |
| YUV | 77.72 | 142.27 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 64 | 103 | 0.08 | 0.38 | 0 | 0.60 | 287.69 | 0.23 | 0.33 |
| Hex | 5F | 40 | 67 | 8 | 26 | 0 | 3C | 120 | 17 | 21 |
| Octal | 137 | 100 | 147 | 10 | 46 | 0 | 74 | 440 | 27 | 41 |
| Binary | 1011111 | 1000000 | 1100111 | 1000 | 100110 | 0 | 111100 | 100100000 | 10111 | 100001 |
Color Harmonies of #5F4067
Complementary color
Monochromatic Colors of #5F4067
Black with #5F4067
Text Example
Text Example
White with #5F4067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4067; }
p { color: rgb(95,64,103); }
H1.HeaderClassName
{
color: #5F4067;
}
.AnyTagClassName
{
color: #5F4067;
}
</style>
background-color css
<style>
a { background-color: #5F4067; }
a { background-color: rgb(95,64,103); }
div.DivClassName
{
background-color: #5F4067;
}
.BgClassName
{
background-color: #5F4067;
}
</style>
border-color css
<style>
span { border-color: #5F4067; }
span { border-color: rgb(95,64,103); }
td.TdClassName
{
border-color: #5F4067;
}
.TagClassName
{
border-color: #5F4067;
}
</style>