Shades of Honey Flower #5F4567
Tints of Honey Flower #5F4567
RGB
CMYK
RGB Variations
Color information
#5F4567 (or 0x5F4567) is known color: Honey Flower. HEX triplet: 5F, 45 and 67. RGB value is (95,69,103). Sum of RGB (Red+Green+Blue) = 95+69+103=267 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.58% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 103 (40.62% from 255 or 38.58% from 267); Max value from RGB is 103 - color contains mainly: blue. Hex color #5F4567 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4567 is #A0BA98. Grayscale: #505050. Windows color (decimal): -10533529 or 6767967. OLE color: 6767967.
HSL color Cylindrical-coordinate representation of color #5F4567: hue angle of 285.88º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F4567 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 69 | 103 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.60 |
| HSL | 285.88º | 0.2% | 0.34% | - |
| HSV(B) | 285.88º | 0.33% | 0.4% | - |
| XYZ | 9.3 | 7.67 | 13.82 | - |
| YUV | 80.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 69 | 103 | 0.08 | 0.33 | 0 | 0.60 | 285.88 | 0.2 | 0.34 |
| Hex | 5F | 45 | 67 | 8 | 21 | 0 | 3C | 11E | 14 | 22 |
| Octal | 137 | 105 | 147 | 10 | 41 | 0 | 74 | 436 | 24 | 42 |
| Binary | 1011111 | 1000101 | 1100111 | 1000 | 100001 | 0 | 111100 | 100011110 | 10100 | 100010 |
Color Harmonies of #5F4567
Complementary color
Monochromatic Colors of #5F4567
Black with #5F4567
Text Example
Text Example
White with #5F4567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4567; }
p { color: rgb(95,69,103); }
H1.HeaderClassName
{
color: #5F4567;
}
.AnyTagClassName
{
color: #5F4567;
}
</style>
background-color css
<style>
a { background-color: #5F4567; }
a { background-color: rgb(95,69,103); }
div.DivClassName
{
background-color: #5F4567;
}
.BgClassName
{
background-color: #5F4567;
}
</style>
border-color css
<style>
span { border-color: #5F4567; }
span { border-color: rgb(95,69,103); }
td.TdClassName
{
border-color: #5F4567;
}
.TagClassName
{
border-color: #5F4567;
}
</style>