Shades of Honey Flower #5B436D
Tints of Honey Flower #5B436D
RGB
CMYK
RGB Variations
Color information
#5B436D (or 0x5B436D) is known color: Honey Flower. HEX triplet: 5B, 43 and 6D. RGB value is (91,67,109). Sum of RGB (Red+Green+Blue) = 91+67+109=267 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.08% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 109 - color contains mainly: blue. Hex color #5B436D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B436D is #A4BC92. Grayscale: #4E4E4E. Windows color (decimal): -10796179 or 7160667. OLE color: 7160667.
HSL color Cylindrical-coordinate representation of color #5B436D: hue angle of 274.29º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B436D is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 91 | 67 | 109 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.57 |
| HSL | 274.29º | 0.24% | 0.35% | - |
| HSV(B) | 274.29º | 0.39% | 0.43% | - |
| XYZ | 9.08 | 7.34 | 15.41 | - |
| YUV | 78.96 | 144.95 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 67 | 109 | 0.17 | 0.39 | 0 | 0.57 | 274.29 | 0.24 | 0.35 |
| Hex | 5B | 43 | 6D | 11 | 27 | 0 | 39 | 112 | 18 | 23 |
| Octal | 133 | 103 | 155 | 21 | 47 | 0 | 71 | 422 | 30 | 43 |
| Binary | 1011011 | 1000011 | 1101101 | 10001 | 100111 | 0 | 111001 | 100010010 | 11000 | 100011 |
Color Harmonies of #5B436D
Complementary color
Monochromatic Colors of #5B436D
Black with #5B436D
Text Example
Text Example
White with #5B436D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B436D; }
p { color: rgb(91,67,109); }
H1.HeaderClassName
{
color: #5B436D;
}
.AnyTagClassName
{
color: #5B436D;
}
</style>
background-color css
<style>
a { background-color: #5B436D; }
a { background-color: rgb(91,67,109); }
div.DivClassName
{
background-color: #5B436D;
}
.BgClassName
{
background-color: #5B436D;
}
</style>
border-color css
<style>
span { border-color: #5B436D; }
span { border-color: rgb(91,67,109); }
td.TdClassName
{
border-color: #5B436D;
}
.TagClassName
{
border-color: #5B436D;
}
</style>