Shades of Honey Flower #5B426A
Tints of Honey Flower #5B426A
RGB
CMYK
RGB Variations
Color information
#5B426A (or 0x5B426A) is known color: Honey Flower. HEX triplet: 5B, 42 and 6A. RGB value is (91,66,106). Sum of RGB (Red+Green+Blue) = 91+66+106=263 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.60% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 106 (41.80% from 255 or 40.30% from 263); Max value from RGB is 106 - color contains mainly: blue. Hex color #5B426A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B426A is #A4BD95. Grayscale: #4D4D4D. Windows color (decimal): -10796438 or 6963803. OLE color: 6963803.
HSL color Cylindrical-coordinate representation of color #5B426A: hue angle of 277.5º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B426A is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 91 | 66 | 106 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.58 |
| HSL | 277.5º | 0.23% | 0.34% | - |
| HSV(B) | 277.5º | 0.38% | 0.42% | - |
| XYZ | 8.86 | 7.16 | 14.55 | - |
| YUV | 78.04 | 143.78 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 66 | 106 | 0.14 | 0.38 | 0 | 0.58 | 277.5 | 0.23 | 0.34 |
| Hex | 5B | 42 | 6A | E | 26 | 0 | 3A | 116 | 17 | 22 |
| Octal | 133 | 102 | 152 | 16 | 46 | 0 | 72 | 426 | 27 | 42 |
| Binary | 1011011 | 1000010 | 1101010 | 1110 | 100110 | 0 | 111010 | 100010110 | 10111 | 100010 |
Color Harmonies of #5B426A
Complementary color
Monochromatic Colors of #5B426A
Black with #5B426A
Text Example
Text Example
White with #5B426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B426A; }
p { color: rgb(91,66,106); }
H1.HeaderClassName
{
color: #5B426A;
}
.AnyTagClassName
{
color: #5B426A;
}
</style>
background-color css
<style>
a { background-color: #5B426A; }
a { background-color: rgb(91,66,106); }
div.DivClassName
{
background-color: #5B426A;
}
.BgClassName
{
background-color: #5B426A;
}
</style>
border-color css
<style>
span { border-color: #5B426A; }
span { border-color: rgb(91,66,106); }
td.TdClassName
{
border-color: #5B426A;
}
.TagClassName
{
border-color: #5B426A;
}
</style>