#503963

Color #503963 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #503963

Tints of Honey Flower #503963

Color information

#503963 (or 0x503963) is unknown color: approx Honey Flower. HEX triplet: 50, 39 and 63. RGB value is (80,57,99). Sum of RGB (Red+Green+Blue) = 80+57+99=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 99 - color contains mainly: blue. Hex color #503963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503963 is #AFC69C. Grayscale: #444444. Windows color (decimal): -11519645 or 6502736. OLE color: 6502736.

HSL color Cylindrical-coordinate representation of color #503963: hue angle of 272.86º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #503963 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB805799-
CMYK0.190.4200.61
HSL272.86º26.92%30.59%-
HSV(B)272.86º42.42%38.82%-
XYZ7.025.5312.5-
YUV68.66145.12136.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 33.90%
GREEN value IS 57 (22.66% from 255) = 24.15%
BLUE value IS 99 (39.06% from 255) = 41.95%
R=33.90%
G=24.15%
B=41.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8057990.190.4200.61272.8626.9230.59
Hex503963132A03D1111b1f
Octal1207114323520754213337
Binary101000011100111000111001110101001111011000100011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503963; }

 p { color: rgb(80,57,99); }

 H1.HeaderClassName
 {
   color: #503963;
 }
 .AnyTagClassName
 {
   color: #503963;
 }
</style>
background-color css

<style>
 a { background-color: #503963; }

 a { background-color: rgb(80,57,99); }

 div.DivClassName
 {
   background-color: #503963;
 }
 .BgClassName
 {
   background-color: #503963;
 }
</style>
border-color css

<style>
 span { border-color: #503963; }

 span { border-color: rgb(80,57,99); }

 td.TdClassName
 {
   border-color: #503963;
 }
 .TagClassName
 {
   border-color: #503963;
 }
</style>