Shades of Honey Flower #5B4569
Tints of Honey Flower #5B4569
RGB
CMYK
RGB Variations
Color information
#5B4569 (or 0x5B4569) is known color: Honey Flower. HEX triplet: 5B, 45 and 69. RGB value is (91,69,105). Sum of RGB (Red+Green+Blue) = 91+69+105=265 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.34% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 105 (41.41% from 255 or 39.62% from 265); Max value from RGB is 105 - color contains mainly: blue. Hex color #5B4569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4569 is #A4BA96. Grayscale: #4F4F4F. Windows color (decimal): -10795671 or 6899035. OLE color: 6899035.
HSL color Cylindrical-coordinate representation of color #5B4569: hue angle of 276.67º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5B4569 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 69 | 105 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.59 |
| HSL | 276.67º | 0.21% | 0.34% | - |
| HSV(B) | 276.67º | 0.34% | 0.41% | - |
| XYZ | 8.99 | 7.5 | 14.34 | - |
| YUV | 79.68 | 142.29 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 69 | 105 | 0.13 | 0.34 | 0 | 0.59 | 276.67 | 0.21 | 0.34 |
| Hex | 5B | 45 | 69 | D | 22 | 0 | 3B | 115 | 15 | 22 |
| Octal | 133 | 105 | 151 | 15 | 42 | 0 | 73 | 425 | 25 | 42 |
| Binary | 1011011 | 1000101 | 1101001 | 1101 | 100010 | 0 | 111011 | 100010101 | 10101 | 100010 |
Color Harmonies of #5B4569
Complementary color
Monochromatic Colors of #5B4569
Black with #5B4569
Text Example
Text Example
White with #5B4569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4569; }
p { color: rgb(91,69,105); }
H1.HeaderClassName
{
color: #5B4569;
}
.AnyTagClassName
{
color: #5B4569;
}
</style>
background-color css
<style>
a { background-color: #5B4569; }
a { background-color: rgb(91,69,105); }
div.DivClassName
{
background-color: #5B4569;
}
.BgClassName
{
background-color: #5B4569;
}
</style>
border-color css
<style>
span { border-color: #5B4569; }
span { border-color: rgb(91,69,105); }
td.TdClassName
{
border-color: #5B4569;
}
.TagClassName
{
border-color: #5B4569;
}
</style>