Shades of Honey Flower #5B466C
Tints of Honey Flower #5B466C
RGB
CMYK
RGB Variations
Color information
#5B466C (or 0x5B466C) is known color: Honey Flower. HEX triplet: 5B, 46 and 6C. RGB value is (91,70,108). Sum of RGB (Red+Green+Blue) = 91+70+108=269 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.83% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 108 - color contains mainly: blue. Hex color #5B466C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B466C is #A4B993. Grayscale: #505050. Windows color (decimal): -10795412 or 7095899. OLE color: 7095899.
HSL color Cylindrical-coordinate representation of color #5B466C: hue angle of 273.16º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5B466C is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 91 | 70 | 108 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.58 |
| HSL | 273.16º | 0.21% | 0.35% | - |
| HSV(B) | 273.16º | 0.35% | 0.42% | - |
| XYZ | 9.21 | 7.69 | 15.19 | - |
| YUV | 80.61 | 143.46 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 70 | 108 | 0.16 | 0.35 | 0 | 0.58 | 273.16 | 0.21 | 0.35 |
| Hex | 5B | 46 | 6C | 10 | 23 | 0 | 3A | 111 | 15 | 23 |
| Octal | 133 | 106 | 154 | 20 | 43 | 0 | 72 | 421 | 25 | 43 |
| Binary | 1011011 | 1000110 | 1101100 | 10000 | 100011 | 0 | 111010 | 100010001 | 10101 | 100011 |
Color Harmonies of #5B466C
Complementary color
Monochromatic Colors of #5B466C
Black with #5B466C
Text Example
Text Example
White with #5B466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B466C; }
p { color: rgb(91,70,108); }
H1.HeaderClassName
{
color: #5B466C;
}
.AnyTagClassName
{
color: #5B466C;
}
</style>
background-color css
<style>
a { background-color: #5B466C; }
a { background-color: rgb(91,70,108); }
div.DivClassName
{
background-color: #5B466C;
}
.BgClassName
{
background-color: #5B466C;
}
</style>
border-color css
<style>
span { border-color: #5B466C; }
span { border-color: rgb(91,70,108); }
td.TdClassName
{
border-color: #5B466C;
}
.TagClassName
{
border-color: #5B466C;
}
</style>