Shades of Honey Flower #5B4565
Tints of Honey Flower #5B4565
RGB
CMYK
RGB Variations
Color information
#5B4565 (or 0x5B4565) is known color: Honey Flower. HEX triplet: 5B, 45 and 65. RGB value is (91,69,101). Sum of RGB (Red+Green+Blue) = 91+69+101=261 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.87% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 101 - color contains mainly: blue. Hex color #5B4565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4565 is #A4BA9A. Grayscale: #4F4F4F. Windows color (decimal): -10795675 or 6636891. OLE color: 6636891.
HSL color Cylindrical-coordinate representation of color #5B4565: hue angle of 281.25º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B4565 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 69 | 101 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.60 |
| HSL | 281.25º | 0.19% | 0.33% | - |
| HSV(B) | 281.25º | 0.32% | 0.4% | - |
| XYZ | 8.79 | 7.42 | 13.28 | - |
| YUV | 79.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 69 | 101 | 0.10 | 0.32 | 0 | 0.60 | 281.25 | 0.19 | 0.33 |
| Hex | 5B | 45 | 65 | A | 20 | 0 | 3C | 119 | 13 | 21 |
| Octal | 133 | 105 | 145 | 12 | 40 | 0 | 74 | 431 | 23 | 41 |
| Binary | 1011011 | 1000101 | 1100101 | 1010 | 100000 | 0 | 111100 | 100011001 | 10011 | 100001 |
Color Harmonies of #5B4565
Complementary color
Monochromatic Colors of #5B4565
Black with #5B4565
Text Example
Text Example
White with #5B4565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4565; }
p { color: rgb(91,69,101); }
H1.HeaderClassName
{
color: #5B4565;
}
.AnyTagClassName
{
color: #5B4565;
}
</style>
background-color css
<style>
a { background-color: #5B4565; }
a { background-color: rgb(91,69,101); }
div.DivClassName
{
background-color: #5B4565;
}
.BgClassName
{
background-color: #5B4565;
}
</style>
border-color css
<style>
span { border-color: #5B4565; }
span { border-color: rgb(91,69,101); }
td.TdClassName
{
border-color: #5B4565;
}
.TagClassName
{
border-color: #5B4565;
}
</style>