Shades of Honey Flower #5B4570
Tints of Honey Flower #5B4570
RGB
CMYK
RGB Variations
Color information
#5B4570 (or 0x5B4570) is known color: Honey Flower. HEX triplet: 5B, 45 and 70. RGB value is (91,69,112). Sum of RGB (Red+Green+Blue) = 91+69+112=272 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.46% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 112 - color contains mainly: blue. Hex color #5B4570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4570 is #A4BA8F. Grayscale: #505050. Windows color (decimal): -10795664 or 7357787. OLE color: 7357787.
HSL color Cylindrical-coordinate representation of color #5B4570: hue angle of 270.7º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B4570 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 69 | 112 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.56 |
| HSL | 270.7º | 0.24% | 0.35% | - |
| HSV(B) | 270.7º | 0.38% | 0.44% | - |
| XYZ | 9.37 | 7.65 | 16.31 | - |
| YUV | 80.48 | 145.79 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 69 | 112 | 0.19 | 0.38 | 0 | 0.56 | 270.7 | 0.24 | 0.35 |
| Hex | 5B | 45 | 70 | 13 | 26 | 0 | 38 | 10F | 18 | 23 |
| Octal | 133 | 105 | 160 | 23 | 46 | 0 | 70 | 417 | 30 | 43 |
| Binary | 1011011 | 1000101 | 1110000 | 10011 | 100110 | 0 | 111000 | 100001111 | 11000 | 100011 |
Color Harmonies of #5B4570
Complementary color
Monochromatic Colors of #5B4570
Black with #5B4570
Text Example
Text Example
White with #5B4570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4570; }
p { color: rgb(91,69,112); }
H1.HeaderClassName
{
color: #5B4570;
}
.AnyTagClassName
{
color: #5B4570;
}
</style>
background-color css
<style>
a { background-color: #5B4570; }
a { background-color: rgb(91,69,112); }
div.DivClassName
{
background-color: #5B4570;
}
.BgClassName
{
background-color: #5B4570;
}
</style>
border-color css
<style>
span { border-color: #5B4570; }
span { border-color: rgb(91,69,112); }
td.TdClassName
{
border-color: #5B4570;
}
.TagClassName
{
border-color: #5B4570;
}
</style>