Shades of Honey Flower #5B4863
Tints of Honey Flower #5B4863
RGB
CMYK
RGB Variations
Color information
#5B4863 (or 0x5B4863) is known color: Honey Flower. HEX triplet: 5B, 48 and 63. RGB value is (91,72,99). Sum of RGB (Red+Green+Blue) = 91+72+99=262 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.73% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 99 - color contains mainly: blue. Hex color #5B4863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4863 is #A4B79C. Grayscale: #505050. Windows color (decimal): -10794909 or 6506587. OLE color: 6506587.
HSL color Cylindrical-coordinate representation of color #5B4863: hue angle of 282.22º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B4863 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 91 | 72 | 99 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.61 |
| HSL | 282.22º | 0.16% | 0.34% | - |
| HSV(B) | 282.22º | 0.27% | 0.39% | - |
| XYZ | 8.88 | 7.76 | 12.83 | - |
| YUV | 80.76 | 138.29 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 72 | 99 | 0.08 | 0.27 | 0 | 0.61 | 282.22 | 0.16 | 0.34 |
| Hex | 5B | 48 | 63 | 8 | 1B | 0 | 3D | 11A | 10 | 22 |
| Octal | 133 | 110 | 143 | 10 | 33 | 0 | 75 | 432 | 20 | 42 |
| Binary | 1011011 | 1001000 | 1100011 | 1000 | 11011 | 0 | 111101 | 100011010 | 10000 | 100010 |
Color Harmonies of #5B4863
Complementary color
Monochromatic Colors of #5B4863
Black with #5B4863
Text Example
Text Example
White with #5B4863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4863; }
p { color: rgb(91,72,99); }
H1.HeaderClassName
{
color: #5B4863;
}
.AnyTagClassName
{
color: #5B4863;
}
</style>
background-color css
<style>
a { background-color: #5B4863; }
a { background-color: rgb(91,72,99); }
div.DivClassName
{
background-color: #5B4863;
}
.BgClassName
{
background-color: #5B4863;
}
</style>
border-color css
<style>
span { border-color: #5B4863; }
span { border-color: rgb(91,72,99); }
td.TdClassName
{
border-color: #5B4863;
}
.TagClassName
{
border-color: #5B4863;
}
</style>