#504E73

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

Shades of Corn Flower Blue #504E73

Tints of Corn Flower Blue #504E73

Color information

#504E73 (or 0x504E73) is unknown color: approx Corn Flower Blue. HEX triplet: 50, 4E and 73. RGB value is (80,78,115). Sum of RGB (Red+Green+Blue) = 80+78+115=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 115 (45.31% from 255 or 42.12% from 273); Max value from RGB is 115 - color contains mainly: blue. Hex color #504E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504E73 is #AFB18C. Grayscale: #525252. Windows color (decimal): -11514253 or 7556688. OLE color: 7556688.

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

Color convert

RGB8078115-
CMYK0.300.3200.55
HSL243.24º19.17%37.84%-
HSV(B)243.24º32.17%45.1%-
XYZ9.138.3917.36-
YUV82.82146.16125.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.30%
GREEN value IS 78 (30.86% from 255) = 28.57%
BLUE value IS 115 (45.31% from 255) = 42.12%
R=29.30%
G=28.57%
B=42.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80781150.300.3200.55243.2419.1737.84
Hex504E731E20037f31326
Octal12011616336400673632346
Binary1010000100111011100111111010000001101111111001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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