Shades of Honey Flower #5B396A
Tints of Honey Flower #5B396A
RGB
CMYK
RGB Variations
Color information
#5B396A (or 0x5B396A) is known color: Honey Flower. HEX triplet: 5B, 39 and 6A. RGB value is (91,57,106). Sum of RGB (Red+Green+Blue) = 91+57+106=254 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.83% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 106 (41.80% from 255 or 41.73% from 254); Max value from RGB is 106 - color contains mainly: blue. Hex color #5B396A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B396A is #A4C695. Grayscale: #484848. Windows color (decimal): -10798742 or 6961499. OLE color: 6961499.
HSL color Cylindrical-coordinate representation of color #5B396A: hue angle of 281.63º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B396A is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 91 | 57 | 106 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.58 |
| HSL | 281.63º | 0.3% | 0.32% | - |
| HSV(B) | 281.63º | 0.46% | 0.42% | - |
| XYZ | 8.38 | 6.19 | 14.39 | - |
| YUV | 72.75 | 146.76 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 57 | 106 | 0.14 | 0.46 | 0 | 0.58 | 281.63 | 0.3 | 0.32 |
| Hex | 5B | 39 | 6A | E | 2E | 0 | 3A | 11A | 1E | 20 |
| Octal | 133 | 71 | 152 | 16 | 56 | 0 | 72 | 432 | 36 | 40 |
| Binary | 1011011 | 111001 | 1101010 | 1110 | 101110 | 0 | 111010 | 100011010 | 11110 | 100000 |
Color Harmonies of #5B396A
Complementary color
Monochromatic Colors of #5B396A
Black with #5B396A
Text Example
Text Example
White with #5B396A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B396A; }
p { color: rgb(91,57,106); }
H1.HeaderClassName
{
color: #5B396A;
}
.AnyTagClassName
{
color: #5B396A;
}
</style>
background-color css
<style>
a { background-color: #5B396A; }
a { background-color: rgb(91,57,106); }
div.DivClassName
{
background-color: #5B396A;
}
.BgClassName
{
background-color: #5B396A;
}
</style>
border-color css
<style>
span { border-color: #5B396A; }
span { border-color: rgb(91,57,106); }
td.TdClassName
{
border-color: #5B396A;
}
.TagClassName
{
border-color: #5B396A;
}
</style>