Shades of Honey Flower #5B366C
Tints of Honey Flower #5B366C
RGB
CMYK
RGB Variations
Color information
#5B366C (or 0x5B366C) is known color: Honey Flower. HEX triplet: 5B, 36 and 6C. RGB value is (91,54,108). Sum of RGB (Red+Green+Blue) = 91+54+108=253 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.97% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 108 - color contains mainly: blue. Hex color #5B366C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B366C is #A4C993. Grayscale: #474747. Windows color (decimal): -10799508 or 7091803. OLE color: 7091803.
HSL color Cylindrical-coordinate representation of color #5B366C: hue angle of 281.11º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5B366C is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 91 | 54 | 108 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.58 |
| HSL | 281.11º | 0.33% | 0.32% | - |
| HSV(B) | 281.11º | 0.5% | 0.42% | - |
| XYZ | 8.34 | 5.95 | 14.9 | - |
| YUV | 71.22 | 148.76 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 54 | 108 | 0.16 | 0.50 | 0 | 0.58 | 281.11 | 0.33 | 0.32 |
| Hex | 5B | 36 | 6C | 10 | 32 | 0 | 3A | 119 | 21 | 20 |
| Octal | 133 | 66 | 154 | 20 | 62 | 0 | 72 | 431 | 41 | 40 |
| Binary | 1011011 | 110110 | 1101100 | 10000 | 110010 | 0 | 111010 | 100011001 | 100001 | 100000 |
Color Harmonies of #5B366C
Complementary color
Monochromatic Colors of #5B366C
Black with #5B366C
Text Example
Text Example
White with #5B366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B366C; }
p { color: rgb(91,54,108); }
H1.HeaderClassName
{
color: #5B366C;
}
.AnyTagClassName
{
color: #5B366C;
}
</style>
background-color css
<style>
a { background-color: #5B366C; }
a { background-color: rgb(91,54,108); }
div.DivClassName
{
background-color: #5B366C;
}
.BgClassName
{
background-color: #5B366C;
}
</style>
border-color css
<style>
span { border-color: #5B366C; }
span { border-color: rgb(91,54,108); }
td.TdClassName
{
border-color: #5B366C;
}
.TagClassName
{
border-color: #5B366C;
}
</style>