Shades of Honey Flower #5B2972
Tints of Honey Flower #5B2972
RGB
CMYK
RGB Variations
Color information
#5B2972 (or 0x5B2972) is known color: Honey Flower. HEX triplet: 5B, 29 and 72. RGB value is (91,41,114). Sum of RGB (Red+Green+Blue) = 91+41+114=246 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.99% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 114 - color contains mainly: blue. Hex color #5B2972 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2972 is #A4D68D. Grayscale: #404040. Windows color (decimal): -10802830 or 7481691. OLE color: 7481691.
HSL color Cylindrical-coordinate representation of color #5B2972: hue angle of 281.1º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B2972 is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 41 | 114 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.55 |
| HSL | 281.1º | 0.47% | 0.3% | - |
| HSV(B) | 281.1º | 0.64% | 0.45% | - |
| XYZ | 8.14 | 5.02 | 16.46 | - |
| YUV | 64.27 | 156.07 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 41 | 114 | 0.20 | 0.64 | 0 | 0.55 | 281.1 | 0.47 | 0.3 |
| Hex | 5B | 29 | 72 | 14 | 40 | 0 | 37 | 119 | 2F | 1E |
| Octal | 133 | 51 | 162 | 24 | 100 | 0 | 67 | 431 | 57 | 36 |
| Binary | 1011011 | 101001 | 1110010 | 10100 | 1000000 | 0 | 110111 | 100011001 | 101111 | 11110 |
Color Harmonies of #5B2972
Complementary color
Monochromatic Colors of #5B2972
Black with #5B2972
Text Example
Text Example
White with #5B2972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2972; }
p { color: rgb(91,41,114); }
H1.HeaderClassName
{
color: #5B2972;
}
.AnyTagClassName
{
color: #5B2972;
}
</style>
background-color css
<style>
a { background-color: #5B2972; }
a { background-color: rgb(91,41,114); }
div.DivClassName
{
background-color: #5B2972;
}
.BgClassName
{
background-color: #5B2972;
}
</style>
border-color css
<style>
span { border-color: #5B2972; }
span { border-color: rgb(91,41,114); }
td.TdClassName
{
border-color: #5B2972;
}
.TagClassName
{
border-color: #5B2972;
}
</style>