Shades of Honey Flower #5B396D
Tints of Honey Flower #5B396D
RGB
CMYK
RGB Variations
Color information
#5B396D (or 0x5B396D) is known color: Honey Flower. HEX triplet: 5B, 39 and 6D. RGB value is (91,57,109). Sum of RGB (Red+Green+Blue) = 91+57+109=257 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.41% from 257); Green value is 57 (22.66% from 255 or 22.18% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 109 - color contains mainly: blue. Hex color #5B396D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B396D is #A4C692. Grayscale: #484848. Windows color (decimal): -10798739 or 7158107. OLE color: 7158107.
HSL color Cylindrical-coordinate representation of color #5B396D: hue angle of 279.23º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B396D is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 91 | 57 | 109 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.57 |
| HSL | 279.23º | 0.31% | 0.33% | - |
| HSV(B) | 279.23º | 0.48% | 0.43% | - |
| XYZ | 8.54 | 6.25 | 15.23 | - |
| YUV | 73.09 | 148.26 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 57 | 109 | 0.17 | 0.48 | 0 | 0.57 | 279.23 | 0.31 | 0.33 |
| Hex | 5B | 39 | 6D | 11 | 30 | 0 | 39 | 117 | 1F | 21 |
| Octal | 133 | 71 | 155 | 21 | 60 | 0 | 71 | 427 | 37 | 41 |
| Binary | 1011011 | 111001 | 1101101 | 10001 | 110000 | 0 | 111001 | 100010111 | 11111 | 100001 |
Color Harmonies of #5B396D
Complementary color
Monochromatic Colors of #5B396D
Black with #5B396D
Text Example
Text Example
White with #5B396D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B396D; }
p { color: rgb(91,57,109); }
H1.HeaderClassName
{
color: #5B396D;
}
.AnyTagClassName
{
color: #5B396D;
}
</style>
background-color css
<style>
a { background-color: #5B396D; }
a { background-color: rgb(91,57,109); }
div.DivClassName
{
background-color: #5B396D;
}
.BgClassName
{
background-color: #5B396D;
}
</style>
border-color css
<style>
span { border-color: #5B396D; }
span { border-color: rgb(91,57,109); }
td.TdClassName
{
border-color: #5B396D;
}
.TagClassName
{
border-color: #5B396D;
}
</style>