Shades of Honey Flower #5B2570
Tints of Honey Flower #5B2570
RGB
CMYK
RGB Variations
Color information
#5B2570 (or 0x5B2570) is known color: Honey Flower. HEX triplet: 5B, 25 and 70. RGB value is (91,37,112). Sum of RGB (Red+Green+Blue) = 91+37+112=240 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.92% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 112 - color contains mainly: blue. Hex color #5B2570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2570 is #A4DA8F. Grayscale: #3D3D3D. Windows color (decimal): -10803856 or 7349595. OLE color: 7349595.
HSL color Cylindrical-coordinate representation of color #5B2570: hue angle of 283.2º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B2570 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 37 | 112 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.56 |
| HSL | 283.2º | 0.5% | 0.29% | - |
| HSV(B) | 283.2º | 0.67% | 0.44% | - |
| XYZ | 7.9 | 4.72 | 15.82 | - |
| YUV | 61.7 | 156.39 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 37 | 112 | 0.19 | 0.67 | 0 | 0.56 | 283.2 | 0.5 | 0.29 |
| Hex | 5B | 25 | 70 | 13 | 43 | 0 | 38 | 11B | 32 | 1D |
| Octal | 133 | 45 | 160 | 23 | 103 | 0 | 70 | 433 | 62 | 35 |
| Binary | 1011011 | 100101 | 1110000 | 10011 | 1000011 | 0 | 111000 | 100011011 | 110010 | 11101 |
Color Harmonies of #5B2570
Complementary color
Monochromatic Colors of #5B2570
Black with #5B2570
Text Example
Text Example
White with #5B2570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2570; }
p { color: rgb(91,37,112); }
H1.HeaderClassName
{
color: #5B2570;
}
.AnyTagClassName
{
color: #5B2570;
}
</style>
background-color css
<style>
a { background-color: #5B2570; }
a { background-color: rgb(91,37,112); }
div.DivClassName
{
background-color: #5B2570;
}
.BgClassName
{
background-color: #5B2570;
}
</style>
border-color css
<style>
span { border-color: #5B2570; }
span { border-color: rgb(91,37,112); }
td.TdClassName
{
border-color: #5B2570;
}
.TagClassName
{
border-color: #5B2570;
}
</style>