Shades of Honey Flower #5B3666
Tints of Honey Flower #5B3666
RGB
CMYK
RGB Variations
Color information
#5B3666 (or 0x5B3666) is known color: Honey Flower. HEX triplet: 5B, 36 and 66. RGB value is (91,54,102). Sum of RGB (Red+Green+Blue) = 91+54+102=247 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.84% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 102 - color contains mainly: blue. Hex color #5B3666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3666 is #A4C999. Grayscale: #464646. Windows color (decimal): -10799514 or 6698587. OLE color: 6698587.
HSL color Cylindrical-coordinate representation of color #5B3666: hue angle of 286.25º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B3666 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 91 | 54 | 102 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.6 |
| HSL | 286.25º | 0.31% | 0.31% | - |
| HSV(B) | 286.25º | 0.47% | 0.4% | - |
| XYZ | 8.03 | 5.82 | 13.27 | - |
| YUV | 70.54 | 145.76 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 54 | 102 | 0.11 | 0.47 | 0 | 0.6 | 286.25 | 0.31 | 0.31 |
| Hex | 5B | 36 | 66 | B | 2F | 0 | 3C | 11E | 1F | 1F |
| Octal | 133 | 66 | 146 | 13 | 57 | 0 | 74 | 436 | 37 | 37 |
| Binary | 1011011 | 110110 | 1100110 | 1011 | 101111 | 0 | 111100 | 100011110 | 11111 | 11111 |
Color Harmonies of #5B3666
Complementary color
Monochromatic Colors of #5B3666
Black with #5B3666
Text Example
Text Example
White with #5B3666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3666; }
p { color: rgb(91,54,102); }
H1.HeaderClassName
{
color: #5B3666;
}
.AnyTagClassName
{
color: #5B3666;
}
</style>
background-color css
<style>
a { background-color: #5B3666; }
a { background-color: rgb(91,54,102); }
div.DivClassName
{
background-color: #5B3666;
}
.BgClassName
{
background-color: #5B3666;
}
</style>
border-color css
<style>
span { border-color: #5B3666; }
span { border-color: rgb(91,54,102); }
td.TdClassName
{
border-color: #5B3666;
}
.TagClassName
{
border-color: #5B3666;
}
</style>