#505073

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

Shades of Corn Flower Blue #505073

Tints of Corn Flower Blue #505073

Color information

#505073 (or 0x505073) is unknown color: approx Corn Flower Blue. HEX triplet: 50, 50 and 73. RGB value is (80,80,115). Sum of RGB (Red+Green+Blue) = 80+80+115=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 115 - color contains mainly: blue. Hex color #505073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505073 is #AFAF8C. Grayscale: #535353. Windows color (decimal): -11513741 or 7557200. OLE color: 7557200.

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

Color convert

RGB8080115-
CMYK0.300.3000.55
HSL240º17.95%38.24%-
HSV(B)240º30.43%45.1%-
XYZ9.278.6817.41-
YUV83.99145.5125.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.09%
GREEN value IS 80 (31.64% from 255) = 29.09%
BLUE value IS 115 (45.31% from 255) = 41.82%
R=29.09%
G=29.09%
B=41.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80801150.300.3000.5524017.9538.24
Hex5050731E1E037f01226
Octal12012016336360673602246
Binary101000010100001110011111101111001101111111000010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505073; }

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

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

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

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

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

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

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

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