Shades of Honey Flower #5B4968
Tints of Honey Flower #5B4968
RGB
CMYK
RGB Variations
Color information
#5B4968 (or 0x5B4968) is known color: Honey Flower. HEX triplet: 5B, 49 and 68. RGB value is (91,73,104). Sum of RGB (Red+Green+Blue) = 91+73+104=268 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.96% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 104 - color contains mainly: blue. Hex color #5B4968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4968 is #A4B697. Grayscale: #515151. Windows color (decimal): -10794648 or 6834523. OLE color: 6834523.
HSL color Cylindrical-coordinate representation of color #5B4968: hue angle of 274.84º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5B4968 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 73 | 104 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.59 |
| HSL | 274.84º | 0.18% | 0.35% | - |
| HSV(B) | 274.84º | 0.3% | 0.41% | - |
| XYZ | 9.2 | 7.99 | 14.15 | - |
| YUV | 81.92 | 140.46 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 73 | 104 | 0.12 | 0.30 | 0 | 0.59 | 274.84 | 0.18 | 0.35 |
| Hex | 5B | 49 | 68 | C | 1E | 0 | 3B | 113 | 12 | 23 |
| Octal | 133 | 111 | 150 | 14 | 36 | 0 | 73 | 423 | 22 | 43 |
| Binary | 1011011 | 1001001 | 1101000 | 1100 | 11110 | 0 | 111011 | 100010011 | 10010 | 100011 |
Color Harmonies of #5B4968
Complementary color
Monochromatic Colors of #5B4968
Black with #5B4968
Text Example
Text Example
White with #5B4968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4968; }
p { color: rgb(91,73,104); }
H1.HeaderClassName
{
color: #5B4968;
}
.AnyTagClassName
{
color: #5B4968;
}
</style>
background-color css
<style>
a { background-color: #5B4968; }
a { background-color: rgb(91,73,104); }
div.DivClassName
{
background-color: #5B4968;
}
.BgClassName
{
background-color: #5B4968;
}
</style>
border-color css
<style>
span { border-color: #5B4968; }
span { border-color: rgb(91,73,104); }
td.TdClassName
{
border-color: #5B4968;
}
.TagClassName
{
border-color: #5B4968;
}
</style>