Shades of Honey Flower #5B3076
Tints of Honey Flower #5B3076
RGB
CMYK
RGB Variations
Color information
#5B3076 (or 0x5B3076) is known color: Honey Flower. HEX triplet: 5B, 30 and 76. RGB value is (91,48,118). Sum of RGB (Red+Green+Blue) = 91+48+118=257 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.41% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 118 - color contains mainly: blue. Hex color #5B3076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3076 is #A4CF89. Grayscale: #444444. Windows color (decimal): -10801034 or 7745627. OLE color: 7745627.
HSL color Cylindrical-coordinate representation of color #5B3076: hue angle of 276.86º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B3076 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 91 | 48 | 118 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.54 |
| HSL | 276.86º | 0.42% | 0.33% | - |
| HSV(B) | 276.86º | 0.59% | 0.46% | - |
| XYZ | 8.64 | 5.65 | 17.77 | - |
| YUV | 68.84 | 155.75 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 48 | 118 | 0.23 | 0.59 | 0 | 0.54 | 276.86 | 0.42 | 0.33 |
| Hex | 5B | 30 | 76 | 17 | 3B | 0 | 36 | 115 | 2A | 21 |
| Octal | 133 | 60 | 166 | 27 | 73 | 0 | 66 | 425 | 52 | 41 |
| Binary | 1011011 | 110000 | 1110110 | 10111 | 111011 | 0 | 110110 | 100010101 | 101010 | 100001 |
Color Harmonies of #5B3076
Complementary color
Monochromatic Colors of #5B3076
Black with #5B3076
Text Example
Text Example
White with #5B3076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3076; }
p { color: rgb(91,48,118); }
H1.HeaderClassName
{
color: #5B3076;
}
.AnyTagClassName
{
color: #5B3076;
}
</style>
background-color css
<style>
a { background-color: #5B3076; }
a { background-color: rgb(91,48,118); }
div.DivClassName
{
background-color: #5B3076;
}
.BgClassName
{
background-color: #5B3076;
}
</style>
border-color css
<style>
span { border-color: #5B3076; }
span { border-color: rgb(91,48,118); }
td.TdClassName
{
border-color: #5B3076;
}
.TagClassName
{
border-color: #5B3076;
}
</style>