Shades of Honey Flower #503565
Tints of Honey Flower #503565
RGB
CMYK
RGB Variations
Color information
#503565 (or 0x503565) is known color: Honey Flower. HEX triplet: 50, 35 and 65. RGB value is (80,53,101). Sum of RGB (Red+Green+Blue) = 80+53+101=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 101 - color contains mainly: blue. Hex color #503565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503565 is #AFCA9A. Grayscale: #424242. Windows color (decimal): -11520667 or 6632784. OLE color: 6632784.
HSL color Cylindrical-coordinate representation of color #503565: hue angle of 273.75º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #503565 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 53 | 101 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.60 |
| HSL | 273.75º | 0.31% | 0.3% | - |
| HSV(B) | 273.75º | 0.48% | 0.4% | - |
| XYZ | 6.93 | 5.19 | 12.95 | - |
| YUV | 66.55 | 147.45 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 53 | 101 | 0.21 | 0.48 | 0 | 0.60 | 273.75 | 0.31 | 0.3 |
| Hex | 50 | 35 | 65 | 15 | 30 | 0 | 3C | 112 | 1F | 1E |
| Octal | 120 | 65 | 145 | 25 | 60 | 0 | 74 | 422 | 37 | 36 |
| Binary | 1010000 | 110101 | 1100101 | 10101 | 110000 | 0 | 111100 | 100010010 | 11111 | 11110 |
Color Harmonies of #503565
Complementary color
Monochromatic Colors of #503565
Black with #503565
Text Example
Text Example
White with #503565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503565; }
p { color: rgb(80,53,101); }
H1.HeaderClassName
{
color: #503565;
}
.AnyTagClassName
{
color: #503565;
}
</style>
background-color css
<style>
a { background-color: #503565; }
a { background-color: rgb(80,53,101); }
div.DivClassName
{
background-color: #503565;
}
.BgClassName
{
background-color: #503565;
}
</style>
border-color css
<style>
span { border-color: #503565; }
span { border-color: rgb(80,53,101); }
td.TdClassName
{
border-color: #503565;
}
.TagClassName
{
border-color: #503565;
}
</style>