Shades of Honey Flower #5B2670
Tints of Honey Flower #5B2670
RGB
CMYK
RGB Variations
Color information
#5B2670 (or 0x5B2670) is known color: Honey Flower. HEX triplet: 5B, 26 and 70. RGB value is (91,38,112). Sum of RGB (Red+Green+Blue) = 91+38+112=241 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.76% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: blue. Hex color #5B2670 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2670 is #A4D98F. Grayscale: #3E3E3E. Windows color (decimal): -10803600 or 7349851. OLE color: 7349851.
HSL color Cylindrical-coordinate representation of color #5B2670: hue angle of 282.97º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B2670 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 38 | 112 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.56 |
| HSL | 282.97º | 0.49% | 0.29% | - |
| HSV(B) | 282.97º | 0.66% | 0.44% | - |
| XYZ | 7.93 | 4.78 | 15.83 | - |
| YUV | 62.28 | 156.06 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 38 | 112 | 0.19 | 0.66 | 0 | 0.56 | 282.97 | 0.49 | 0.29 |
| Hex | 5B | 26 | 70 | 13 | 42 | 0 | 38 | 11B | 31 | 1D |
| Octal | 133 | 46 | 160 | 23 | 102 | 0 | 70 | 433 | 61 | 35 |
| Binary | 1011011 | 100110 | 1110000 | 10011 | 1000010 | 0 | 111000 | 100011011 | 110001 | 11101 |
Color Harmonies of #5B2670
Complementary color
Monochromatic Colors of #5B2670
Black with #5B2670
Text Example
Text Example
White with #5B2670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2670; }
p { color: rgb(91,38,112); }
H1.HeaderClassName
{
color: #5B2670;
}
.AnyTagClassName
{
color: #5B2670;
}
</style>
background-color css
<style>
a { background-color: #5B2670; }
a { background-color: rgb(91,38,112); }
div.DivClassName
{
background-color: #5B2670;
}
.BgClassName
{
background-color: #5B2670;
}
</style>
border-color css
<style>
span { border-color: #5B2670; }
span { border-color: rgb(91,38,112); }
td.TdClassName
{
border-color: #5B2670;
}
.TagClassName
{
border-color: #5B2670;
}
</style>