Shades of Honey Flower #58465F
Tints of Honey Flower #58465F
RGB
CMYK
RGB Variations
Color information
#58465F (or 0x58465F) is known color: Honey Flower. HEX triplet: 58, 46 and 5F. RGB value is (88,70,95). Sum of RGB (Red+Green+Blue) = 88+70+95=253 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.78% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 95 (37.5% from 255 or 37.55% from 253); Max value from RGB is 95 - color contains mainly: blue. Hex color #58465F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58465F is #A7B9A0. Grayscale: #4E4E4E. Windows color (decimal): -10992033 or 6243928. OLE color: 6243928.
HSL color Cylindrical-coordinate representation of color #58465F: hue angle of 283.2º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #58465F is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 88 | 70 | 95 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.63 |
| HSL | 283.2º | 0.15% | 0.32% | - |
| HSV(B) | 283.2º | 0.26% | 0.37% | - |
| XYZ | 8.28 | 7.28 | 11.8 | - |
| YUV | 78.23 | 137.46 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 70 | 95 | 0.07 | 0.26 | 0 | 0.63 | 283.2 | 0.15 | 0.32 |
| Hex | 58 | 46 | 5F | 7 | 1A | 0 | 3F | 11B | F | 20 |
| Octal | 130 | 106 | 137 | 7 | 32 | 0 | 77 | 433 | 17 | 40 |
| Binary | 1011000 | 1000110 | 1011111 | 111 | 11010 | 0 | 111111 | 100011011 | 1111 | 100000 |
Color Harmonies of #58465F
Complementary color
Monochromatic Colors of #58465F
Black with #58465F
Text Example
Text Example
White with #58465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58465F; }
p { color: rgb(88,70,95); }
H1.HeaderClassName
{
color: #58465F;
}
.AnyTagClassName
{
color: #58465F;
}
</style>
background-color css
<style>
a { background-color: #58465F; }
a { background-color: rgb(88,70,95); }
div.DivClassName
{
background-color: #58465F;
}
.BgClassName
{
background-color: #58465F;
}
</style>
border-color css
<style>
span { border-color: #58465F; }
span { border-color: rgb(88,70,95); }
td.TdClassName
{
border-color: #58465F;
}
.TagClassName
{
border-color: #58465F;
}
</style>