Shades of Honey Flower #58445F
Tints of Honey Flower #58445F
RGB
CMYK
RGB Variations
Color information
#58445F (or 0x58445F) is known color: Honey Flower. HEX triplet: 58, 44 and 5F. RGB value is (88,68,95). Sum of RGB (Red+Green+Blue) = 88+68+95=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 95 - color contains mainly: blue. Hex color #58445F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58445F is #A7BBA0. Grayscale: #4C4C4C. Windows color (decimal): -10992545 or 6243416. OLE color: 6243416.
HSL color Cylindrical-coordinate representation of color #58445F: hue angle of 284.44º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #58445F is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 88 | 68 | 95 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.63 |
| HSL | 284.44º | 0.17% | 0.32% | - |
| HSV(B) | 284.44º | 0.28% | 0.37% | - |
| XYZ | 8.16 | 7.04 | 11.75 | - |
| YUV | 77.06 | 138.13 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 68 | 95 | 0.07 | 0.28 | 0 | 0.63 | 284.44 | 0.17 | 0.32 |
| Hex | 58 | 44 | 5F | 7 | 1C | 0 | 3F | 11C | 11 | 20 |
| Octal | 130 | 104 | 137 | 7 | 34 | 0 | 77 | 434 | 21 | 40 |
| Binary | 1011000 | 1000100 | 1011111 | 111 | 11100 | 0 | 111111 | 100011100 | 10001 | 100000 |
Color Harmonies of #58445F
Complementary color
Monochromatic Colors of #58445F
Black with #58445F
Text Example
Text Example
White with #58445F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58445F; }
p { color: rgb(88,68,95); }
H1.HeaderClassName
{
color: #58445F;
}
.AnyTagClassName
{
color: #58445F;
}
</style>
background-color css
<style>
a { background-color: #58445F; }
a { background-color: rgb(88,68,95); }
div.DivClassName
{
background-color: #58445F;
}
.BgClassName
{
background-color: #58445F;
}
</style>
border-color css
<style>
span { border-color: #58445F; }
span { border-color: rgb(88,68,95); }
td.TdClassName
{
border-color: #58445F;
}
.TagClassName
{
border-color: #58445F;
}
</style>