Shades of Honey Flower #581E6F
Tints of Honey Flower #581E6F
RGB
CMYK
RGB Variations
Color information
#581E6F (or 0x581E6F) is known color: Honey Flower. HEX triplet: 58, 1E and 6F. RGB value is (88,30,111). Sum of RGB (Red+Green+Blue) = 88+30+111=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 30 (12.11% from 255 or 13.10% from 229); Blue value is 111 (43.75% from 255 or 48.47% from 229); Max value from RGB is 111 - color contains mainly: blue. Hex color #581E6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581E6F is #A7E190. Grayscale: #383838. Windows color (decimal): -11002257 or 7282264. OLE color: 7282264.
HSL color Cylindrical-coordinate representation of color #581E6F: hue angle of 282.96º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #581E6F is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 30 | 111 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.56 |
| HSL | 282.96º | 0.57% | 0.28% | - |
| HSV(B) | 282.96º | 0.73% | 0.44% | - |
| XYZ | 7.36 | 4.15 | 15.45 | - |
| YUV | 56.58 | 158.72 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 30 | 111 | 0.21 | 0.73 | 0 | 0.56 | 282.96 | 0.57 | 0.28 |
| Hex | 58 | 1E | 6F | 15 | 49 | 0 | 38 | 11B | 39 | 1C |
| Octal | 130 | 36 | 157 | 25 | 111 | 0 | 70 | 433 | 71 | 34 |
| Binary | 1011000 | 11110 | 1101111 | 10101 | 1001001 | 0 | 111000 | 100011011 | 111001 | 11100 |
Color Harmonies of #581E6F
Complementary color
Monochromatic Colors of #581E6F
Black with #581E6F
Text Example
Text Example
White with #581E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581E6F; }
p { color: rgb(88,30,111); }
H1.HeaderClassName
{
color: #581E6F;
}
.AnyTagClassName
{
color: #581E6F;
}
</style>
background-color css
<style>
a { background-color: #581E6F; }
a { background-color: rgb(88,30,111); }
div.DivClassName
{
background-color: #581E6F;
}
.BgClassName
{
background-color: #581E6F;
}
</style>
border-color css
<style>
span { border-color: #581E6F; }
span { border-color: rgb(88,30,111); }
td.TdClassName
{
border-color: #581E6F;
}
.TagClassName
{
border-color: #581E6F;
}
</style>