Shades of Honey Flower #5B3866
Tints of Honey Flower #5B3866
RGB
CMYK
RGB Variations
Color information
#5B3866 (or 0x5B3866) is known color: Honey Flower. HEX triplet: 5B, 38 and 66. RGB value is (91,56,102). Sum of RGB (Red+Green+Blue) = 91+56+102=249 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.55% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 102 (40.23% from 255 or 40.96% from 249); Max value from RGB is 102 - color contains mainly: blue. Hex color #5B3866 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3866 is #A4C799. Grayscale: #474747. Windows color (decimal): -10799002 or 6699099. OLE color: 6699099.
HSL color Cylindrical-coordinate representation of color #5B3866: hue angle of 285.65º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5B3866 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 91 | 56 | 102 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.6 |
| HSL | 285.65º | 0.29% | 0.31% | - |
| HSV(B) | 285.65º | 0.45% | 0.4% | - |
| XYZ | 8.13 | 6.01 | 13.3 | - |
| YUV | 71.71 | 145.1 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 56 | 102 | 0.11 | 0.45 | 0 | 0.6 | 285.65 | 0.29 | 0.31 |
| Hex | 5B | 38 | 66 | B | 2D | 0 | 3C | 11E | 1D | 1F |
| Octal | 133 | 70 | 146 | 13 | 55 | 0 | 74 | 436 | 35 | 37 |
| Binary | 1011011 | 111000 | 1100110 | 1011 | 101101 | 0 | 111100 | 100011110 | 11101 | 11111 |
Color Harmonies of #5B3866
Complementary color
Monochromatic Colors of #5B3866
Black with #5B3866
Text Example
Text Example
White with #5B3866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3866; }
p { color: rgb(91,56,102); }
H1.HeaderClassName
{
color: #5B3866;
}
.AnyTagClassName
{
color: #5B3866;
}
</style>
background-color css
<style>
a { background-color: #5B3866; }
a { background-color: rgb(91,56,102); }
div.DivClassName
{
background-color: #5B3866;
}
.BgClassName
{
background-color: #5B3866;
}
</style>
border-color css
<style>
span { border-color: #5B3866; }
span { border-color: rgb(91,56,102); }
td.TdClassName
{
border-color: #5B3866;
}
.TagClassName
{
border-color: #5B3866;
}
</style>