Shades of Honey Flower #5B3268
Tints of Honey Flower #5B3268
RGB
CMYK
RGB Variations
Color information
#5B3268 (or 0x5B3268) is known color: Honey Flower. HEX triplet: 5B, 32 and 68. RGB value is (91,50,104). Sum of RGB (Red+Green+Blue) = 91+50+104=245 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.14% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 104 (41.02% from 255 or 42.45% from 245); Max value from RGB is 104 - color contains mainly: blue. Hex color #5B3268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3268 is #A4CD97. Grayscale: #444444. Windows color (decimal): -10800536 or 6828635. OLE color: 6828635.
HSL color Cylindrical-coordinate representation of color #5B3268: hue angle of 285.56º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B3268 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 50 | 104 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.59 |
| HSL | 285.56º | 0.35% | 0.3% | - |
| HSV(B) | 285.56º | 0.52% | 0.41% | - |
| XYZ | 7.95 | 5.5 | 13.74 | - |
| YUV | 68.42 | 148.08 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 50 | 104 | 0.12 | 0.52 | 0 | 0.59 | 285.56 | 0.35 | 0.3 |
| Hex | 5B | 32 | 68 | C | 34 | 0 | 3B | 11E | 23 | 1E |
| Octal | 133 | 62 | 150 | 14 | 64 | 0 | 73 | 436 | 43 | 36 |
| Binary | 1011011 | 110010 | 1101000 | 1100 | 110100 | 0 | 111011 | 100011110 | 100011 | 11110 |
Color Harmonies of #5B3268
Complementary color
Monochromatic Colors of #5B3268
Black with #5B3268
Text Example
Text Example
White with #5B3268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3268; }
p { color: rgb(91,50,104); }
H1.HeaderClassName
{
color: #5B3268;
}
.AnyTagClassName
{
color: #5B3268;
}
</style>
background-color css
<style>
a { background-color: #5B3268; }
a { background-color: rgb(91,50,104); }
div.DivClassName
{
background-color: #5B3268;
}
.BgClassName
{
background-color: #5B3268;
}
</style>
border-color css
<style>
span { border-color: #5B3268; }
span { border-color: rgb(91,50,104); }
td.TdClassName
{
border-color: #5B3268;
}
.TagClassName
{
border-color: #5B3268;
}
</style>