Shades of Honey Flower #5B3170
Tints of Honey Flower #5B3170
RGB
CMYK
RGB Variations
Color information
#5B3170 (or 0x5B3170) is known color: Honey Flower. HEX triplet: 5B, 31 and 70. RGB value is (91,49,112). Sum of RGB (Red+Green+Blue) = 91+49+112=252 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.11% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 112 - color contains mainly: blue. Hex color #5B3170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3170 is #A4CE8F. Grayscale: #444444. Windows color (decimal): -10800784 or 7352667. OLE color: 7352667.
HSL color Cylindrical-coordinate representation of color #5B3170: hue angle of 280º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B3170 is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 49 | 112 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.56 |
| HSL | 280º | 0.39% | 0.32% | - |
| HSV(B) | 280º | 0.56% | 0.44% | - |
| XYZ | 8.34 | 5.59 | 15.97 | - |
| YUV | 68.74 | 152.41 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 49 | 112 | 0.19 | 0.56 | 0 | 0.56 | 280 | 0.39 | 0.32 |
| Hex | 5B | 31 | 70 | 13 | 38 | 0 | 38 | 118 | 27 | 20 |
| Octal | 133 | 61 | 160 | 23 | 70 | 0 | 70 | 430 | 47 | 40 |
| Binary | 1011011 | 110001 | 1110000 | 10011 | 111000 | 0 | 111000 | 100011000 | 100111 | 100000 |
Color Harmonies of #5B3170
Complementary color
Monochromatic Colors of #5B3170
Black with #5B3170
Text Example
Text Example
White with #5B3170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3170; }
p { color: rgb(91,49,112); }
H1.HeaderClassName
{
color: #5B3170;
}
.AnyTagClassName
{
color: #5B3170;
}
</style>
background-color css
<style>
a { background-color: #5B3170; }
a { background-color: rgb(91,49,112); }
div.DivClassName
{
background-color: #5B3170;
}
.BgClassName
{
background-color: #5B3170;
}
</style>
border-color css
<style>
span { border-color: #5B3170; }
span { border-color: rgb(91,49,112); }
td.TdClassName
{
border-color: #5B3170;
}
.TagClassName
{
border-color: #5B3170;
}
</style>