Shades of Honey Flower #58416F
Tints of Honey Flower #58416F
RGB
CMYK
RGB Variations
Color information
#58416F (or 0x58416F) is known color: Honey Flower. HEX triplet: 58, 41 and 6F. RGB value is (88,65,111). Sum of RGB (Red+Green+Blue) = 88+65+111=264 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.33% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 111 - color contains mainly: blue. Hex color #58416F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58416F is #A7BE90. Grayscale: #4C4C4C. Windows color (decimal): -10993297 or 7291224. OLE color: 7291224.
HSL color Cylindrical-coordinate representation of color #58416F: hue angle of 270º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #58416F is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 65 | 111 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.56 |
| HSL | 270º | 0.26% | 0.35% | - |
| HSV(B) | 270º | 0.41% | 0.44% | - |
| XYZ | 8.78 | 7 | 15.93 | - |
| YUV | 77.12 | 147.12 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 65 | 111 | 0.21 | 0.41 | 0 | 0.56 | 270 | 0.26 | 0.35 |
| Hex | 58 | 41 | 6F | 15 | 29 | 0 | 38 | 10E | 1A | 23 |
| Octal | 130 | 101 | 157 | 25 | 51 | 0 | 70 | 416 | 32 | 43 |
| Binary | 1011000 | 1000001 | 1101111 | 10101 | 101001 | 0 | 111000 | 100001110 | 11010 | 100011 |
Color Harmonies of #58416F
Complementary color
Monochromatic Colors of #58416F
Black with #58416F
Text Example
Text Example
White with #58416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58416F; }
p { color: rgb(88,65,111); }
H1.HeaderClassName
{
color: #58416F;
}
.AnyTagClassName
{
color: #58416F;
}
</style>
background-color css
<style>
a { background-color: #58416F; }
a { background-color: rgb(88,65,111); }
div.DivClassName
{
background-color: #58416F;
}
.BgClassName
{
background-color: #58416F;
}
</style>
border-color css
<style>
span { border-color: #58416F; }
span { border-color: rgb(88,65,111); }
td.TdClassName
{
border-color: #58416F;
}
.TagClassName
{
border-color: #58416F;
}
</style>