Shades of Honey Flower #5B4663
Tints of Honey Flower #5B4663
RGB
CMYK
RGB Variations
Color information
#5B4663 (or 0x5B4663) is known color: Honey Flower. HEX triplet: 5B, 46 and 63. RGB value is (91,70,99). Sum of RGB (Red+Green+Blue) = 91+70+99=260 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 99 - color contains mainly: blue. Hex color #5B4663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4663 is #A4B99C. Grayscale: #4F4F4F. Windows color (decimal): -10795421 or 6506075. OLE color: 6506075.
HSL color Cylindrical-coordinate representation of color #5B4663: hue angle of 283.45º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5B4663 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 91 | 70 | 99 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.61 |
| HSL | 283.45º | 0.17% | 0.33% | - |
| HSV(B) | 283.45º | 0.29% | 0.39% | - |
| XYZ | 8.76 | 7.51 | 12.79 | - |
| YUV | 79.59 | 138.96 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 70 | 99 | 0.08 | 0.29 | 0 | 0.61 | 283.45 | 0.17 | 0.33 |
| Hex | 5B | 46 | 63 | 8 | 1D | 0 | 3D | 11B | 11 | 21 |
| Octal | 133 | 106 | 143 | 10 | 35 | 0 | 75 | 433 | 21 | 41 |
| Binary | 1011011 | 1000110 | 1100011 | 1000 | 11101 | 0 | 111101 | 100011011 | 10001 | 100001 |
Color Harmonies of #5B4663
Complementary color
Monochromatic Colors of #5B4663
Black with #5B4663
Text Example
Text Example
White with #5B4663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4663; }
p { color: rgb(91,70,99); }
H1.HeaderClassName
{
color: #5B4663;
}
.AnyTagClassName
{
color: #5B4663;
}
</style>
background-color css
<style>
a { background-color: #5B4663; }
a { background-color: rgb(91,70,99); }
div.DivClassName
{
background-color: #5B4663;
}
.BgClassName
{
background-color: #5B4663;
}
</style>
border-color css
<style>
span { border-color: #5B4663; }
span { border-color: rgb(91,70,99); }
td.TdClassName
{
border-color: #5B4663;
}
.TagClassName
{
border-color: #5B4663;
}
</style>