#504D73

Color #504D73 Corn Flower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Flower Blue #504D73

Tints of Corn Flower Blue #504D73

Color information

#504D73 (or 0x504D73) is unknown color: approx Corn Flower Blue. HEX triplet: 50, 4D and 73. RGB value is (80,77,115). Sum of RGB (Red+Green+Blue) = 80+77+115=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 115 - color contains mainly: blue. Hex color #504D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504D73 is #AFB28C. Grayscale: #525252. Windows color (decimal): -11514509 or 7556432. OLE color: 7556432.

HSL color Cylindrical-coordinate representation of color #504D73: hue angle of 244.74º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #504D73 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8077115-
CMYK0.300.3300.55
HSL244.74º19.79%37.65%-
HSV(B)244.74º33.04%45.1%-
XYZ9.068.2517.33-
YUV82.23146.49126.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.41%
GREEN value IS 77 (30.47% from 255) = 28.31%
BLUE value IS 115 (45.31% from 255) = 42.28%
R=29.41%
G=28.31%
B=42.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80771150.300.3300.55244.7419.7937.65
Hex504D731E21037f51426
Octal12011516336410673652446
Binary1010000100110111100111111010000101101111111010110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504D73; }

 p { color: rgb(80,77,115); }

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

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

 a { background-color: rgb(80,77,115); }

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

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

 span { border-color: rgb(80,77,115); }

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