Shades of Honey Flower #5B476C
Tints of Honey Flower #5B476C
RGB
CMYK
RGB Variations
Color information
#5B476C (or 0x5B476C) is known color: Honey Flower. HEX triplet: 5B, 47 and 6C. RGB value is (91,71,108). Sum of RGB (Red+Green+Blue) = 91+71+108=270 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.70% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 108 - color contains mainly: blue. Hex color #5B476C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B476C is #A4B893. Grayscale: #515151. Windows color (decimal): -10795156 or 7096155. OLE color: 7096155.
HSL color Cylindrical-coordinate representation of color #5B476C: hue angle of 272.43º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5B476C is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 91 | 71 | 108 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.58 |
| HSL | 272.43º | 0.21% | 0.35% | - |
| HSV(B) | 272.43º | 0.34% | 0.42% | - |
| XYZ | 9.27 | 7.81 | 15.21 | - |
| YUV | 81.2 | 143.13 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 71 | 108 | 0.16 | 0.34 | 0 | 0.58 | 272.43 | 0.21 | 0.35 |
| Hex | 5B | 47 | 6C | 10 | 22 | 0 | 3A | 110 | 15 | 23 |
| Octal | 133 | 107 | 154 | 20 | 42 | 0 | 72 | 420 | 25 | 43 |
| Binary | 1011011 | 1000111 | 1101100 | 10000 | 100010 | 0 | 111010 | 100010000 | 10101 | 100011 |
Color Harmonies of #5B476C
Complementary color
Monochromatic Colors of #5B476C
Black with #5B476C
Text Example
Text Example
White with #5B476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B476C; }
p { color: rgb(91,71,108); }
H1.HeaderClassName
{
color: #5B476C;
}
.AnyTagClassName
{
color: #5B476C;
}
</style>
background-color css
<style>
a { background-color: #5B476C; }
a { background-color: rgb(91,71,108); }
div.DivClassName
{
background-color: #5B476C;
}
.BgClassName
{
background-color: #5B476C;
}
</style>
border-color css
<style>
span { border-color: #5B476C; }
span { border-color: rgb(91,71,108); }
td.TdClassName
{
border-color: #5B476C;
}
.TagClassName
{
border-color: #5B476C;
}
</style>