#503C62

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

Shades of Honey Flower #503C62

Tints of Honey Flower #503C62

Color information

#503C62 (or 0x503C62) is unknown color: approx Honey Flower. HEX triplet: 50, 3C and 62. RGB value is (80,60,98). Sum of RGB (Red+Green+Blue) = 80+60+98=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 60 (23.83% from 255 or 25.21% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 98 - color contains mainly: blue. Hex color #503C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503C62 is #AFC39D. Grayscale: #464646. Windows color (decimal): -11518878 or 6437968. OLE color: 6437968.

HSL color Cylindrical-coordinate representation of color #503C62: hue angle of 271.58º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #503C62 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB806098-
CMYK0.180.3900.62
HSL271.58º24.05%30.98%-
HSV(B)271.58º38.78%38.43%-
XYZ7.135.8212.3-
YUV70.31143.63134.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.61%
GREEN value IS 60 (23.83% from 255) = 25.21%
BLUE value IS 98 (38.67% from 255) = 41.18%
R=33.61%
G=25.21%
B=41.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8060980.180.3900.62271.5824.0530.98
Hex503C62122703E110181f
Octal1207414222470764203037
Binary101000011110011000101001010011101111101000100001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503C62; }

 p { color: rgb(80,60,98); }

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

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

 a { background-color: rgb(80,60,98); }

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

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

 span { border-color: rgb(80,60,98); }

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