#505072

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

Shades of Corn Flower Blue #505072

Tints of Corn Flower Blue #505072

Color information

#505072 (or 0x505072) is unknown color: approx Corn Flower Blue. HEX triplet: 50, 50 and 72. RGB value is (80,80,114). Sum of RGB (Red+Green+Blue) = 80+80+114=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 114 - color contains mainly: blue. Hex color #505072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505072 is #AFAF8D. Grayscale: #535353. Windows color (decimal): -11513742 or 7491664. OLE color: 7491664.

HSL color Cylindrical-coordinate representation of color #505072: 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 #505072 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8080114-
CMYK0.300.3000.55
HSL240º17.53%38.04%-
HSV(B)240º29.82%44.71%-
XYZ9.218.6617.11-
YUV83.88145125.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.20%
GREEN value IS 80 (31.64% from 255) = 29.20%
BLUE value IS 114 (44.92% from 255) = 41.61%
R=29.20%
G=29.20%
B=41.61%

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
Decimal80801140.300.3000.5524017.5338.04
Hex5050721E1E037f01226
Octal12012016236360673602246
Binary101000010100001110010111101111001101111111000010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505072; }

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

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

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

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

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

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

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

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