Shades of Honey Flower #5B2B6F
Tints of Honey Flower #5B2B6F
RGB
CMYK
RGB Variations
Color information
#5B2B6F (or 0x5B2B6F) is known color: Honey Flower. HEX triplet: 5B, 2B and 6F. RGB value is (91,43,111). Sum of RGB (Red+Green+Blue) = 91+43+111=245 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.14% from 245); Green value is 43 (17.19% from 255 or 17.55% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 111 - color contains mainly: blue. Hex color #5B2B6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2B6F is #A4D490. Grayscale: #404040. Windows color (decimal): -10802321 or 7285595. OLE color: 7285595.
HSL color Cylindrical-coordinate representation of color #5B2B6F: hue angle of 282.35º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B2B6F is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 43 | 111 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.56 |
| HSL | 282.35º | 0.44% | 0.3% | - |
| HSV(B) | 282.35º | 0.61% | 0.44% | - |
| XYZ | 8.05 | 5.1 | 15.6 | - |
| YUV | 65.1 | 153.9 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 43 | 111 | 0.18 | 0.61 | 0 | 0.56 | 282.35 | 0.44 | 0.3 |
| Hex | 5B | 2B | 6F | 12 | 3D | 0 | 38 | 11A | 2C | 1E |
| Octal | 133 | 53 | 157 | 22 | 75 | 0 | 70 | 432 | 54 | 36 |
| Binary | 1011011 | 101011 | 1101111 | 10010 | 111101 | 0 | 111000 | 100011010 | 101100 | 11110 |
Color Harmonies of #5B2B6F
Complementary color
Monochromatic Colors of #5B2B6F
Black with #5B2B6F
Text Example
Text Example
White with #5B2B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2B6F; }
p { color: rgb(91,43,111); }
H1.HeaderClassName
{
color: #5B2B6F;
}
.AnyTagClassName
{
color: #5B2B6F;
}
</style>
background-color css
<style>
a { background-color: #5B2B6F; }
a { background-color: rgb(91,43,111); }
div.DivClassName
{
background-color: #5B2B6F;
}
.BgClassName
{
background-color: #5B2B6F;
}
</style>
border-color css
<style>
span { border-color: #5B2B6F; }
span { border-color: rgb(91,43,111); }
td.TdClassName
{
border-color: #5B2B6F;
}
.TagClassName
{
border-color: #5B2B6F;
}
</style>