Shades of Honey Flower #5B4562
Tints of Honey Flower #5B4562
RGB
CMYK
RGB Variations
Color information
#5B4562 (or 0x5B4562) is known color: Honey Flower. HEX triplet: 5B, 45 and 62. RGB value is (91,69,98). Sum of RGB (Red+Green+Blue) = 91+69+98=258 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.27% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 98 (38.67% from 255 or 37.98% from 258); Max value from RGB is 98 - color contains mainly: blue. Hex color #5B4562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4562 is #A4BA9D. Grayscale: #4E4E4E. Windows color (decimal): -10795678 or 6440283. OLE color: 6440283.
HSL color Cylindrical-coordinate representation of color #5B4562: hue angle of 285.52º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5B4562 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 69 | 98 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.62 |
| HSL | 285.52º | 0.17% | 0.33% | - |
| HSV(B) | 285.52º | 0.3% | 0.38% | - |
| XYZ | 8.65 | 7.36 | 12.52 | - |
| YUV | 78.88 | 138.79 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 69 | 98 | 0.07 | 0.30 | 0 | 0.62 | 285.52 | 0.17 | 0.33 |
| Hex | 5B | 45 | 62 | 7 | 1E | 0 | 3E | 11E | 11 | 21 |
| Octal | 133 | 105 | 142 | 7 | 36 | 0 | 76 | 436 | 21 | 41 |
| Binary | 1011011 | 1000101 | 1100010 | 111 | 11110 | 0 | 111110 | 100011110 | 10001 | 100001 |
Color Harmonies of #5B4562
Complementary color
Monochromatic Colors of #5B4562
Black with #5B4562
Text Example
Text Example
White with #5B4562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4562; }
p { color: rgb(91,69,98); }
H1.HeaderClassName
{
color: #5B4562;
}
.AnyTagClassName
{
color: #5B4562;
}
</style>
background-color css
<style>
a { background-color: #5B4562; }
a { background-color: rgb(91,69,98); }
div.DivClassName
{
background-color: #5B4562;
}
.BgClassName
{
background-color: #5B4562;
}
</style>
border-color css
<style>
span { border-color: #5B4562; }
span { border-color: rgb(91,69,98); }
td.TdClassName
{
border-color: #5B4562;
}
.TagClassName
{
border-color: #5B4562;
}
</style>