#504F73

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

Shades of Corn Flower Blue #504F73

Tints of Corn Flower Blue #504F73

Color information

#504F73 (or 0x504F73) is unknown color: approx Corn Flower Blue. HEX triplet: 50, 4F and 73. RGB value is (80,79,115). Sum of RGB (Red+Green+Blue) = 80+79+115=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 115 - color contains mainly: blue. Hex color #504F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504F73 is #AFB08C. Grayscale: #535353. Windows color (decimal): -11513997 or 7556944. OLE color: 7556944.

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

Color convert

RGB8079115-
CMYK0.300.3100.55
HSL241.67º18.56%38.04%-
HSV(B)241.67º31.3%45.1%-
XYZ9.28.5417.38-
YUV83.4145.83125.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.20%
GREEN value IS 79 (31.25% from 255) = 28.83%
BLUE value IS 115 (45.31% from 255) = 41.97%
R=29.20%
G=28.83%
B=41.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80791150.300.3100.55241.6718.5638.04
Hex504F731E1F037f21326
Octal12011716336370673622346
Binary101000010011111110011111101111101101111111001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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