Shades of Honey Flower #5B3670
Tints of Honey Flower #5B3670
RGB
CMYK
RGB Variations
Color information
#5B3670 (or 0x5B3670) is known color: Honey Flower. HEX triplet: 5B, 36 and 70. RGB value is (91,54,112). Sum of RGB (Red+Green+Blue) = 91+54+112=257 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.41% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 112 - color contains mainly: blue. Hex color #5B3670 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3670 is #A4C98F. Grayscale: #474747. Windows color (decimal): -10799504 or 7353947. OLE color: 7353947.
HSL color Cylindrical-coordinate representation of color #5B3670: hue angle of 278.28º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B3670 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 54 | 112 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.56 |
| HSL | 278.28º | 0.35% | 0.33% | - |
| HSV(B) | 278.28º | 0.52% | 0.44% | - |
| XYZ | 8.56 | 6.03 | 16.04 | - |
| YUV | 71.68 | 150.76 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 54 | 112 | 0.19 | 0.52 | 0 | 0.56 | 278.28 | 0.35 | 0.33 |
| Hex | 5B | 36 | 70 | 13 | 34 | 0 | 38 | 116 | 23 | 21 |
| Octal | 133 | 66 | 160 | 23 | 64 | 0 | 70 | 426 | 43 | 41 |
| Binary | 1011011 | 110110 | 1110000 | 10011 | 110100 | 0 | 111000 | 100010110 | 100011 | 100001 |
Color Harmonies of #5B3670
Complementary color
Monochromatic Colors of #5B3670
Black with #5B3670
Text Example
Text Example
White with #5B3670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3670; }
p { color: rgb(91,54,112); }
H1.HeaderClassName
{
color: #5B3670;
}
.AnyTagClassName
{
color: #5B3670;
}
</style>
background-color css
<style>
a { background-color: #5B3670; }
a { background-color: rgb(91,54,112); }
div.DivClassName
{
background-color: #5B3670;
}
.BgClassName
{
background-color: #5B3670;
}
</style>
border-color css
<style>
span { border-color: #5B3670; }
span { border-color: rgb(91,54,112); }
td.TdClassName
{
border-color: #5B3670;
}
.TagClassName
{
border-color: #5B3670;
}
</style>