Shades of Honey Flower #5B2C6F
Tints of Honey Flower #5B2C6F
RGB
CMYK
RGB Variations
Color information
#5B2C6F (or 0x5B2C6F) is known color: Honey Flower. HEX triplet: 5B, 2C and 6F. RGB value is (91,44,111). Sum of RGB (Red+Green+Blue) = 91+44+111=246 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.99% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 111 - color contains mainly: blue. Hex color #5B2C6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2C6F is #A4D390. Grayscale: #414141. Windows color (decimal): -10802065 or 7285851. OLE color: 7285851.
HSL color Cylindrical-coordinate representation of color #5B2C6F: hue angle of 282.09º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B2C6F is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 44 | 111 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.56 |
| HSL | 282.09º | 0.43% | 0.3% | - |
| HSV(B) | 282.09º | 0.6% | 0.44% | - |
| XYZ | 8.08 | 5.17 | 15.61 | - |
| YUV | 65.69 | 153.57 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 44 | 111 | 0.18 | 0.60 | 0 | 0.56 | 282.09 | 0.43 | 0.3 |
| Hex | 5B | 2C | 6F | 12 | 3C | 0 | 38 | 11A | 2B | 1E |
| Octal | 133 | 54 | 157 | 22 | 74 | 0 | 70 | 432 | 53 | 36 |
| Binary | 1011011 | 101100 | 1101111 | 10010 | 111100 | 0 | 111000 | 100011010 | 101011 | 11110 |
Color Harmonies of #5B2C6F
Complementary color
Monochromatic Colors of #5B2C6F
Black with #5B2C6F
Text Example
Text Example
White with #5B2C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2C6F; }
p { color: rgb(91,44,111); }
H1.HeaderClassName
{
color: #5B2C6F;
}
.AnyTagClassName
{
color: #5B2C6F;
}
</style>
background-color css
<style>
a { background-color: #5B2C6F; }
a { background-color: rgb(91,44,111); }
div.DivClassName
{
background-color: #5B2C6F;
}
.BgClassName
{
background-color: #5B2C6F;
}
</style>
border-color css
<style>
span { border-color: #5B2C6F; }
span { border-color: rgb(91,44,111); }
td.TdClassName
{
border-color: #5B2C6F;
}
.TagClassName
{
border-color: #5B2C6F;
}
</style>