Shades of Honey Flower #5B3367
Tints of Honey Flower #5B3367
RGB
CMYK
RGB Variations
Color information
#5B3367 (or 0x5B3367) is known color: Honey Flower. HEX triplet: 5B, 33 and 67. RGB value is (91,51,103). Sum of RGB (Red+Green+Blue) = 91+51+103=245 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.14% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 103 (40.62% from 255 or 42.04% from 245); Max value from RGB is 103 - color contains mainly: blue. Hex color #5B3367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3367 is #A4CC98. Grayscale: #444444. Windows color (decimal): -10800281 or 6763355. OLE color: 6763355.
HSL color Cylindrical-coordinate representation of color #5B3367: hue angle of 286.15º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5B3367 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 51 | 103 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.60 |
| HSL | 286.15º | 0.34% | 0.3% | - |
| HSV(B) | 286.15º | 0.5% | 0.4% | - |
| XYZ | 7.95 | 5.57 | 13.49 | - |
| YUV | 68.89 | 147.25 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 51 | 103 | 0.12 | 0.50 | 0 | 0.60 | 286.15 | 0.34 | 0.3 |
| Hex | 5B | 33 | 67 | C | 32 | 0 | 3C | 11E | 22 | 1E |
| Octal | 133 | 63 | 147 | 14 | 62 | 0 | 74 | 436 | 42 | 36 |
| Binary | 1011011 | 110011 | 1100111 | 1100 | 110010 | 0 | 111100 | 100011110 | 100010 | 11110 |
Color Harmonies of #5B3367
Complementary color
Monochromatic Colors of #5B3367
Black with #5B3367
Text Example
Text Example
White with #5B3367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3367; }
p { color: rgb(91,51,103); }
H1.HeaderClassName
{
color: #5B3367;
}
.AnyTagClassName
{
color: #5B3367;
}
</style>
background-color css
<style>
a { background-color: #5B3367; }
a { background-color: rgb(91,51,103); }
div.DivClassName
{
background-color: #5B3367;
}
.BgClassName
{
background-color: #5B3367;
}
</style>
border-color css
<style>
span { border-color: #5B3367; }
span { border-color: rgb(91,51,103); }
td.TdClassName
{
border-color: #5B3367;
}
.TagClassName
{
border-color: #5B3367;
}
</style>