Shades of Honey Flower #5B3F65
Tints of Honey Flower #5B3F65
RGB
CMYK
RGB Variations
Color information
#5B3F65 (or 0x5B3F65) is known color: Honey Flower. HEX triplet: 5B, 3F and 65. RGB value is (91,63,101). Sum of RGB (Red+Green+Blue) = 91+63+101=255 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.69% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 101 (39.84% from 255 or 39.61% from 255); Max value from RGB is 101 - color contains mainly: blue. Hex color #5B3F65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3F65 is #A4C09A. Grayscale: #4B4B4B. Windows color (decimal): -10797211 or 6635355. OLE color: 6635355.
HSL color Cylindrical-coordinate representation of color #5B3F65: hue angle of 284.21º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B3F65 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 63 | 101 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.60 |
| HSL | 284.21º | 0.23% | 0.32% | - |
| HSV(B) | 284.21º | 0.38% | 0.4% | - |
| XYZ | 8.44 | 6.72 | 13.16 | - |
| YUV | 75.7 | 142.28 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 63 | 101 | 0.10 | 0.38 | 0 | 0.60 | 284.21 | 0.23 | 0.32 |
| Hex | 5B | 3F | 65 | A | 26 | 0 | 3C | 11C | 17 | 20 |
| Octal | 133 | 77 | 145 | 12 | 46 | 0 | 74 | 434 | 27 | 40 |
| Binary | 1011011 | 111111 | 1100101 | 1010 | 100110 | 0 | 111100 | 100011100 | 10111 | 100000 |
Color Harmonies of #5B3F65
Complementary color
Monochromatic Colors of #5B3F65
Black with #5B3F65
Text Example
Text Example
White with #5B3F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3F65; }
p { color: rgb(91,63,101); }
H1.HeaderClassName
{
color: #5B3F65;
}
.AnyTagClassName
{
color: #5B3F65;
}
</style>
background-color css
<style>
a { background-color: #5B3F65; }
a { background-color: rgb(91,63,101); }
div.DivClassName
{
background-color: #5B3F65;
}
.BgClassName
{
background-color: #5B3F65;
}
</style>
border-color css
<style>
span { border-color: #5B3F65; }
span { border-color: rgb(91,63,101); }
td.TdClassName
{
border-color: #5B3F65;
}
.TagClassName
{
border-color: #5B3F65;
}
</style>