Shades of Honey Flower #503A62
Tints of Honey Flower #503A62
RGB
CMYK
RGB Variations
Color information
#503A62 (or 0x503A62) is known color: Honey Flower. HEX triplet: 50, 3A and 62. RGB value is (80,58,98). Sum of RGB (Red+Green+Blue) = 80+58+98=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 98 - color contains mainly: blue. Hex color #503A62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503A62 is #AFC59D. Grayscale: #454545. Windows color (decimal): -11519390 or 6437456. OLE color: 6437456.
HSL color Cylindrical-coordinate representation of color #503A62: hue angle of 273º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #503A62 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 58 | 98 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.62 |
| HSL | 273º | 0.26% | 0.31% | - |
| HSV(B) | 273º | 0.41% | 0.38% | - |
| XYZ | 7.03 | 5.61 | 12.27 | - |
| YUV | 69.14 | 144.29 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 98 | 0.18 | 0.41 | 0 | 0.62 | 273 | 0.26 | 0.31 |
| Hex | 50 | 3A | 62 | 12 | 29 | 0 | 3E | 111 | 1A | 1F |
| Octal | 120 | 72 | 142 | 22 | 51 | 0 | 76 | 421 | 32 | 37 |
| Binary | 1010000 | 111010 | 1100010 | 10010 | 101001 | 0 | 111110 | 100010001 | 11010 | 11111 |
Color Harmonies of #503A62
Complementary color
Monochromatic Colors of #503A62
Black with #503A62
Text Example
Text Example
White with #503A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503A62; }
p { color: rgb(80,58,98); }
H1.HeaderClassName
{
color: #503A62;
}
.AnyTagClassName
{
color: #503A62;
}
</style>
background-color css
<style>
a { background-color: #503A62; }
a { background-color: rgb(80,58,98); }
div.DivClassName
{
background-color: #503A62;
}
.BgClassName
{
background-color: #503A62;
}
</style>
border-color css
<style>
span { border-color: #503A62; }
span { border-color: rgb(80,58,98); }
td.TdClassName
{
border-color: #503A62;
}
.TagClassName
{
border-color: #503A62;
}
</style>