Shades of Honey Flower #58286B
Tints of Honey Flower #58286B
RGB
CMYK
RGB Variations
Color information
#58286B (or 0x58286B) is known color: Honey Flower. HEX triplet: 58, 28 and 6B. RGB value is (88,40,107). Sum of RGB (Red+Green+Blue) = 88+40+107=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 107 (42.19% from 255 or 45.53% from 235); Max value from RGB is 107 - color contains mainly: blue. Hex color #58286B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58286B is #A7D794. Grayscale: #3D3D3D. Windows color (decimal): -10999701 or 7022680. OLE color: 7022680.
HSL color Cylindrical-coordinate representation of color #58286B: hue angle of 282.99º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58286B is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 40 | 107 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.58 |
| HSL | 282.99º | 0.46% | 0.29% | - |
| HSV(B) | 282.99º | 0.63% | 0.42% | - |
| XYZ | 7.44 | 4.65 | 14.42 | - |
| YUV | 61.99 | 153.4 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 40 | 107 | 0.18 | 0.63 | 0 | 0.58 | 282.99 | 0.46 | 0.29 |
| Hex | 58 | 28 | 6B | 12 | 3F | 0 | 3A | 11B | 2E | 1D |
| Octal | 130 | 50 | 153 | 22 | 77 | 0 | 72 | 433 | 56 | 35 |
| Binary | 1011000 | 101000 | 1101011 | 10010 | 111111 | 0 | 111010 | 100011011 | 101110 | 11101 |
Color Harmonies of #58286B
Complementary color
Monochromatic Colors of #58286B
Black with #58286B
Text Example
Text Example
White with #58286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58286B; }
p { color: rgb(88,40,107); }
H1.HeaderClassName
{
color: #58286B;
}
.AnyTagClassName
{
color: #58286B;
}
</style>
background-color css
<style>
a { background-color: #58286B; }
a { background-color: rgb(88,40,107); }
div.DivClassName
{
background-color: #58286B;
}
.BgClassName
{
background-color: #58286B;
}
</style>
border-color css
<style>
span { border-color: #58286B; }
span { border-color: rgb(88,40,107); }
td.TdClassName
{
border-color: #58286B;
}
.TagClassName
{
border-color: #58286B;
}
</style>