Shades of Honey Flower #5B2B70
Tints of Honey Flower #5B2B70
RGB
CMYK
RGB Variations
Color information
#5B2B70 (or 0x5B2B70) is known color: Honey Flower. HEX triplet: 5B, 2B and 70. RGB value is (91,43,112). Sum of RGB (Red+Green+Blue) = 91+43+112=246 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.99% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 112 - color contains mainly: blue. Hex color #5B2B70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2B70 is #A4D48F. Grayscale: #404040. Windows color (decimal): -10802320 or 7351131. OLE color: 7351131.
HSL color Cylindrical-coordinate representation of color #5B2B70: hue angle of 281.74º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B2B70 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 43 | 112 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.56 |
| HSL | 281.74º | 0.45% | 0.3% | - |
| HSV(B) | 281.74º | 0.62% | 0.44% | - |
| XYZ | 8.1 | 5.12 | 15.89 | - |
| YUV | 65.22 | 154.4 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 43 | 112 | 0.19 | 0.62 | 0 | 0.56 | 281.74 | 0.45 | 0.3 |
| Hex | 5B | 2B | 70 | 13 | 3E | 0 | 38 | 11A | 2D | 1E |
| Octal | 133 | 53 | 160 | 23 | 76 | 0 | 70 | 432 | 55 | 36 |
| Binary | 1011011 | 101011 | 1110000 | 10011 | 111110 | 0 | 111000 | 100011010 | 101101 | 11110 |
Color Harmonies of #5B2B70
Complementary color
Monochromatic Colors of #5B2B70
Black with #5B2B70
Text Example
Text Example
White with #5B2B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2B70; }
p { color: rgb(91,43,112); }
H1.HeaderClassName
{
color: #5B2B70;
}
.AnyTagClassName
{
color: #5B2B70;
}
</style>
background-color css
<style>
a { background-color: #5B2B70; }
a { background-color: rgb(91,43,112); }
div.DivClassName
{
background-color: #5B2B70;
}
.BgClassName
{
background-color: #5B2B70;
}
</style>
border-color css
<style>
span { border-color: #5B2B70; }
span { border-color: rgb(91,43,112); }
td.TdClassName
{
border-color: #5B2B70;
}
.TagClassName
{
border-color: #5B2B70;
}
</style>