Shades of Honey Flower #583E70
Tints of Honey Flower #583E70
RGB
CMYK
RGB Variations
Color information
#583E70 (or 0x583E70) is known color: Honey Flower. HEX triplet: 58, 3E and 70. RGB value is (88,62,112). Sum of RGB (Red+Green+Blue) = 88+62+112=262 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.59% from 262); Green value is 62 (24.61% from 255 or 23.66% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 112 - color contains mainly: blue. Hex color #583E70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583E70 is #A7C18F. Grayscale: #4B4B4B. Windows color (decimal): -10994064 or 7355992. OLE color: 7355992.
HSL color Cylindrical-coordinate representation of color #583E70: hue angle of 271.2º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #583E70 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 62 | 112 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.56 |
| HSL | 271.2º | 0.29% | 0.34% | - |
| HSV(B) | 271.2º | 0.45% | 0.44% | - |
| XYZ | 8.67 | 6.69 | 16.16 | - |
| YUV | 75.47 | 148.61 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 62 | 112 | 0.21 | 0.45 | 0 | 0.56 | 271.2 | 0.29 | 0.34 |
| Hex | 58 | 3E | 70 | 15 | 2D | 0 | 38 | 10F | 1D | 22 |
| Octal | 130 | 76 | 160 | 25 | 55 | 0 | 70 | 417 | 35 | 42 |
| Binary | 1011000 | 111110 | 1110000 | 10101 | 101101 | 0 | 111000 | 100001111 | 11101 | 100010 |
Color Harmonies of #583E70
Complementary color
Monochromatic Colors of #583E70
Black with #583E70
Text Example
Text Example
White with #583E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583E70; }
p { color: rgb(88,62,112); }
H1.HeaderClassName
{
color: #583E70;
}
.AnyTagClassName
{
color: #583E70;
}
</style>
background-color css
<style>
a { background-color: #583E70; }
a { background-color: rgb(88,62,112); }
div.DivClassName
{
background-color: #583E70;
}
.BgClassName
{
background-color: #583E70;
}
</style>
border-color css
<style>
span { border-color: #583E70; }
span { border-color: rgb(88,62,112); }
td.TdClassName
{
border-color: #583E70;
}
.TagClassName
{
border-color: #583E70;
}
</style>