Shades of Honey Flower #58396F
Tints of Honey Flower #58396F
RGB
CMYK
RGB Variations
Color information
#58396F (or 0x58396F) is known color: Honey Flower. HEX triplet: 58, 39 and 6F. RGB value is (88,57,111). Sum of RGB (Red+Green+Blue) = 88+57+111=256 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.38% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 111 - color contains mainly: blue. Hex color #58396F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58396F is #A7C690. Grayscale: #484848. Windows color (decimal): -10995345 or 7289176. OLE color: 7289176.
HSL color Cylindrical-coordinate representation of color #58396F: hue angle of 274.44º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58396F is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 57 | 111 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.56 |
| HSL | 274.44º | 0.32% | 0.33% | - |
| HSV(B) | 274.44º | 0.49% | 0.44% | - |
| XYZ | 8.36 | 6.15 | 15.79 | - |
| YUV | 72.43 | 149.77 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 57 | 111 | 0.21 | 0.49 | 0 | 0.56 | 274.44 | 0.32 | 0.33 |
| Hex | 58 | 39 | 6F | 15 | 31 | 0 | 38 | 112 | 20 | 21 |
| Octal | 130 | 71 | 157 | 25 | 61 | 0 | 70 | 422 | 40 | 41 |
| Binary | 1011000 | 111001 | 1101111 | 10101 | 110001 | 0 | 111000 | 100010010 | 100000 | 100001 |
Color Harmonies of #58396F
Complementary color
Monochromatic Colors of #58396F
Black with #58396F
Text Example
Text Example
White with #58396F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58396F; }
p { color: rgb(88,57,111); }
H1.HeaderClassName
{
color: #58396F;
}
.AnyTagClassName
{
color: #58396F;
}
</style>
background-color css
<style>
a { background-color: #58396F; }
a { background-color: rgb(88,57,111); }
div.DivClassName
{
background-color: #58396F;
}
.BgClassName
{
background-color: #58396F;
}
</style>
border-color css
<style>
span { border-color: #58396F; }
span { border-color: rgb(88,57,111); }
td.TdClassName
{
border-color: #58396F;
}
.TagClassName
{
border-color: #58396F;
}
</style>