Shades of Honey Flower #5B3A61
Tints of Honey Flower #5B3A61
RGB
CMYK
RGB Variations
Color information
#5B3A61 (or 0x5B3A61) is known color: Honey Flower. HEX triplet: 5B, 3A and 61. RGB value is (91,58,97). Sum of RGB (Red+Green+Blue) = 91+58+97=246 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.99% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 97 - color contains mainly: blue. Hex color #5B3A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3A61 is #A4C59E. Grayscale: #484848. Windows color (decimal): -10798495 or 6371931. OLE color: 6371931.
HSL color Cylindrical-coordinate representation of color #5B3A61: hue angle of 290.77º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B3A61 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 58 | 97 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.62 |
| HSL | 290.77º | 0.25% | 0.3% | - |
| HSV(B) | 290.77º | 0.4% | 0.38% | - |
| XYZ | 7.99 | 6.11 | 12.07 | - |
| YUV | 72.31 | 141.93 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 58 | 97 | 0.06 | 0.40 | 0 | 0.62 | 290.77 | 0.25 | 0.3 |
| Hex | 5B | 3A | 61 | 6 | 28 | 0 | 3E | 123 | 19 | 1E |
| Octal | 133 | 72 | 141 | 6 | 50 | 0 | 76 | 443 | 31 | 36 |
| Binary | 1011011 | 111010 | 1100001 | 110 | 101000 | 0 | 111110 | 100100011 | 11001 | 11110 |
Color Harmonies of #5B3A61
Complementary color
Monochromatic Colors of #5B3A61
Black with #5B3A61
Text Example
Text Example
White with #5B3A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3A61; }
p { color: rgb(91,58,97); }
H1.HeaderClassName
{
color: #5B3A61;
}
.AnyTagClassName
{
color: #5B3A61;
}
</style>
background-color css
<style>
a { background-color: #5B3A61; }
a { background-color: rgb(91,58,97); }
div.DivClassName
{
background-color: #5B3A61;
}
.BgClassName
{
background-color: #5B3A61;
}
</style>
border-color css
<style>
span { border-color: #5B3A61; }
span { border-color: rgb(91,58,97); }
td.TdClassName
{
border-color: #5B3A61;
}
.TagClassName
{
border-color: #5B3A61;
}
</style>