Shades of Honey Flower #5B4372
Tints of Honey Flower #5B4372
RGB
CMYK
RGB Variations
Color information
#5B4372 (or 0x5B4372) is known color: Honey Flower. HEX triplet: 5B, 43 and 72. RGB value is (91,67,114). Sum of RGB (Red+Green+Blue) = 91+67+114=272 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.46% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 114 (44.92% from 255 or 41.91% from 272); Max value from RGB is 114 - color contains mainly: blue. Hex color #5B4372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4372 is #A4BC8D. Grayscale: #4F4F4F. Windows color (decimal): -10796174 or 7488347. OLE color: 7488347.
HSL color Cylindrical-coordinate representation of color #5B4372: hue angle of 270.64º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B4372 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 67 | 114 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.55 |
| HSL | 270.64º | 0.26% | 0.35% | - |
| HSV(B) | 270.64º | 0.41% | 0.45% | - |
| XYZ | 9.36 | 7.45 | 16.86 | - |
| YUV | 79.53 | 147.45 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 67 | 114 | 0.20 | 0.41 | 0 | 0.55 | 270.64 | 0.26 | 0.35 |
| Hex | 5B | 43 | 72 | 14 | 29 | 0 | 37 | 10F | 1A | 23 |
| Octal | 133 | 103 | 162 | 24 | 51 | 0 | 67 | 417 | 32 | 43 |
| Binary | 1011011 | 1000011 | 1110010 | 10100 | 101001 | 0 | 110111 | 100001111 | 11010 | 100011 |
Color Harmonies of #5B4372
Complementary color
Monochromatic Colors of #5B4372
Black with #5B4372
Text Example
Text Example
White with #5B4372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4372; }
p { color: rgb(91,67,114); }
H1.HeaderClassName
{
color: #5B4372;
}
.AnyTagClassName
{
color: #5B4372;
}
</style>
background-color css
<style>
a { background-color: #5B4372; }
a { background-color: rgb(91,67,114); }
div.DivClassName
{
background-color: #5B4372;
}
.BgClassName
{
background-color: #5B4372;
}
</style>
border-color css
<style>
span { border-color: #5B4372; }
span { border-color: rgb(91,67,114); }
td.TdClassName
{
border-color: #5B4372;
}
.TagClassName
{
border-color: #5B4372;
}
</style>