Shades of Honey Flower #5B4B67
Tints of Honey Flower #5B4B67
RGB
CMYK
RGB Variations
Color information
#5B4B67 (or 0x5B4B67) is known color: Honey Flower. HEX triplet: 5B, 4B and 67. RGB value is (91,75,103). Sum of RGB (Red+Green+Blue) = 91+75+103=269 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.83% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 103 (40.62% from 255 or 38.29% from 269); Max value from RGB is 103 - color contains mainly: blue. Hex color #5B4B67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4B67 is #A4B498. Grayscale: #525252. Windows color (decimal): -10794137 or 6769499. OLE color: 6769499.
HSL color Cylindrical-coordinate representation of color #5B4B67: hue angle of 274.29º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B4B67 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 75 | 103 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.60 |
| HSL | 274.29º | 0.16% | 0.35% | - |
| HSV(B) | 274.29º | 0.27% | 0.4% | - |
| XYZ | 9.28 | 8.24 | 13.93 | - |
| YUV | 82.98 | 139.3 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 75 | 103 | 0.12 | 0.27 | 0 | 0.60 | 274.29 | 0.16 | 0.35 |
| Hex | 5B | 4B | 67 | C | 1B | 0 | 3C | 112 | 10 | 23 |
| Octal | 133 | 113 | 147 | 14 | 33 | 0 | 74 | 422 | 20 | 43 |
| Binary | 1011011 | 1001011 | 1100111 | 1100 | 11011 | 0 | 111100 | 100010010 | 10000 | 100011 |
Color Harmonies of #5B4B67
Complementary color
Monochromatic Colors of #5B4B67
Black with #5B4B67
Text Example
Text Example
White with #5B4B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4B67; }
p { color: rgb(91,75,103); }
H1.HeaderClassName
{
color: #5B4B67;
}
.AnyTagClassName
{
color: #5B4B67;
}
</style>
background-color css
<style>
a { background-color: #5B4B67; }
a { background-color: rgb(91,75,103); }
div.DivClassName
{
background-color: #5B4B67;
}
.BgClassName
{
background-color: #5B4B67;
}
</style>
border-color css
<style>
span { border-color: #5B4B67; }
span { border-color: rgb(91,75,103); }
td.TdClassName
{
border-color: #5B4B67;
}
.TagClassName
{
border-color: #5B4B67;
}
</style>