#50516E

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

Shades of Corn Flower Blue #50516E

Tints of Corn Flower Blue #50516E

Color information

#50516E (or 0x50516E) is unknown color: approx Corn Flower Blue. HEX triplet: 50, 51 and 6E. RGB value is (80,81,110). Sum of RGB (Red+Green+Blue) = 80+81+110=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 110 - color contains mainly: blue. Hex color #50516E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50516E is #AFAE91. Grayscale: #535353. Windows color (decimal): -11513490 or 7229776. OLE color: 7229776.

HSL color Cylindrical-coordinate representation of color #50516E: hue angle of 238º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #50516E is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8081110-
CMYK0.270.2600.57
HSL238º15.79%37.25%-
HSV(B)238º27.27%43.14%-
XYZ9.078.7215.96-
YUV84.01142.67125.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.52%
GREEN value IS 81 (32.03% from 255) = 29.89%
BLUE value IS 110 (43.36% from 255) = 40.59%
R=29.52%
G=29.89%
B=40.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80811100.270.2600.5723815.7937.25
Hex50516E1B1A039ee1025
Octal12012115633320713562045
Binary101000010100011101110110111101001110011110111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50516E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50516E; }

 p { color: rgb(80,81,110); }

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

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

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

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

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

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

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