Shades of Honey Flower #5B3663
Tints of Honey Flower #5B3663
RGB
CMYK
RGB Variations
Color information
#5B3663 (or 0x5B3663) is known color: Honey Flower. HEX triplet: 5B, 36 and 63. RGB value is (91,54,99). Sum of RGB (Red+Green+Blue) = 91+54+99=244 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.30% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 99 - color contains mainly: blue. Hex color #5B3663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3663 is #A4C99C. Grayscale: #464646. Windows color (decimal): -10799517 or 6501979. OLE color: 6501979.
HSL color Cylindrical-coordinate representation of color #5B3663: hue angle of 289.33º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5B3663 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 91 | 54 | 99 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.61 |
| HSL | 289.33º | 0.29% | 0.3% | - |
| HSV(B) | 289.33º | 0.45% | 0.39% | - |
| XYZ | 7.89 | 5.76 | 12.5 | - |
| YUV | 70.19 | 144.26 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 54 | 99 | 0.08 | 0.45 | 0 | 0.61 | 289.33 | 0.29 | 0.3 |
| Hex | 5B | 36 | 63 | 8 | 2D | 0 | 3D | 121 | 1D | 1E |
| Octal | 133 | 66 | 143 | 10 | 55 | 0 | 75 | 441 | 35 | 36 |
| Binary | 1011011 | 110110 | 1100011 | 1000 | 101101 | 0 | 111101 | 100100001 | 11101 | 11110 |
Color Harmonies of #5B3663
Complementary color
Monochromatic Colors of #5B3663
Black with #5B3663
Text Example
Text Example
White with #5B3663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3663; }
p { color: rgb(91,54,99); }
H1.HeaderClassName
{
color: #5B3663;
}
.AnyTagClassName
{
color: #5B3663;
}
</style>
background-color css
<style>
a { background-color: #5B3663; }
a { background-color: rgb(91,54,99); }
div.DivClassName
{
background-color: #5B3663;
}
.BgClassName
{
background-color: #5B3663;
}
</style>
border-color css
<style>
span { border-color: #5B3663; }
span { border-color: rgb(91,54,99); }
td.TdClassName
{
border-color: #5B3663;
}
.TagClassName
{
border-color: #5B3663;
}
</style>