#504F79

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

Shades of Corn Flower Blue #504F79

Tints of Corn Flower Blue #504F79

Color information

#504F79 (or 0x504F79) is unknown color: approx Corn Flower Blue. HEX triplet: 50, 4F and 79. RGB value is (80,79,121). Sum of RGB (Red+Green+Blue) = 80+79+121=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 121 (47.66% from 255 or 43.21% from 280); Max value from RGB is 121 - color contains mainly: blue. Hex color #504F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504F79 is #AFB086. Grayscale: #535353. Windows color (decimal): -11513991 or 7950160. OLE color: 7950160.

HSL color Cylindrical-coordinate representation of color #504F79: hue angle of 241.43º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #504F79 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8079121-
CMYK0.340.3500.53
HSL241.43º21%39.22%-
HSV(B)241.43º34.71%47.45%-
XYZ9.568.6819.26-
YUV84.09148.83125.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.57%
GREEN value IS 79 (31.25% from 255) = 28.21%
BLUE value IS 121 (47.66% from 255) = 43.21%
R=28.57%
G=28.21%
B=43.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80791210.340.3500.53241.432139.22
Hex504F792223035f11527
Octal12011717142430653612547
Binary10100001001111111100110001010001101101011111000110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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