Shades of Honey Flower #5B4162
Tints of Honey Flower #5B4162
RGB
CMYK
RGB Variations
Color information
#5B4162 (or 0x5B4162) is known color: Honey Flower. HEX triplet: 5B, 41 and 62. RGB value is (91,65,98). Sum of RGB (Red+Green+Blue) = 91+65+98=254 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.83% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 98 (38.67% from 255 or 38.58% from 254); Max value from RGB is 98 - color contains mainly: blue. Hex color #5B4162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4162 is #A4BE9D. Grayscale: #4C4C4C. Windows color (decimal): -10796702 or 6439259. OLE color: 6439259.
HSL color Cylindrical-coordinate representation of color #5B4162: hue angle of 287.27º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5B4162 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 65 | 98 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.62 |
| HSL | 287.27º | 0.2% | 0.32% | - |
| HSV(B) | 287.27º | 0.34% | 0.38% | - |
| XYZ | 8.41 | 6.89 | 12.44 | - |
| YUV | 76.54 | 140.11 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 65 | 98 | 0.07 | 0.34 | 0 | 0.62 | 287.27 | 0.2 | 0.32 |
| Hex | 5B | 41 | 62 | 7 | 22 | 0 | 3E | 11F | 14 | 20 |
| Octal | 133 | 101 | 142 | 7 | 42 | 0 | 76 | 437 | 24 | 40 |
| Binary | 1011011 | 1000001 | 1100010 | 111 | 100010 | 0 | 111110 | 100011111 | 10100 | 100000 |
Color Harmonies of #5B4162
Complementary color
Monochromatic Colors of #5B4162
Black with #5B4162
Text Example
Text Example
White with #5B4162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4162; }
p { color: rgb(91,65,98); }
H1.HeaderClassName
{
color: #5B4162;
}
.AnyTagClassName
{
color: #5B4162;
}
</style>
background-color css
<style>
a { background-color: #5B4162; }
a { background-color: rgb(91,65,98); }
div.DivClassName
{
background-color: #5B4162;
}
.BgClassName
{
background-color: #5B4162;
}
</style>
border-color css
<style>
span { border-color: #5B4162; }
span { border-color: rgb(91,65,98); }
td.TdClassName
{
border-color: #5B4162;
}
.TagClassName
{
border-color: #5B4162;
}
</style>