#50516D

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

Shades of Corn Flower Blue #50516D

Tints of Corn Flower Blue #50516D

Color information

#50516D (or 0x50516D) is unknown color: approx Corn Flower Blue. HEX triplet: 50, 51 and 6D. RGB value is (80,81,109). Sum of RGB (Red+Green+Blue) = 80+81+109=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 109 - color contains mainly: blue. Hex color #50516D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50516D is #AFAE92. Grayscale: #535353. Windows color (decimal): -11513491 or 7164240. OLE color: 7164240.

HSL color Cylindrical-coordinate representation of color #50516D: hue angle of 237.93º degrees, saturation: 0.15, 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 #50516D is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8081109-
CMYK0.270.2600.57
HSL237.93º15.34%37.06%-
HSV(B)237.93º26.61%42.75%-
XYZ9.018.6915.67-
YUV83.89142.17125.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.63%
GREEN value IS 81 (32.03% from 255) = 30%
BLUE value IS 109 (42.97% from 255) = 40.37%
R=29.63%
G=30%
B=40.37%

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
Decimal80811090.270.2600.57237.9315.3437.06
Hex50516D1B1A039eef25
Octal12012115533320713561745
Binary10100001010001110110111011110100111001111011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50516D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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