#50516C

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

Shades of Corn Flower Blue #50516C

Tints of Corn Flower Blue #50516C

Color information

#50516C (or 0x50516C) is unknown color: approx Corn Flower Blue. HEX triplet: 50, 51 and 6C. RGB value is (80,81,108). Sum of RGB (Red+Green+Blue) = 80+81+108=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 108 - color contains mainly: blue. Hex color #50516C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50516C is #AFAE93. Grayscale: #535353. Windows color (decimal): -11513492 or 7098704. OLE color: 7098704.

HSL color Cylindrical-coordinate representation of color #50516C: hue angle of 237.86º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #50516C is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8081108-
CMYK0.260.2500.58
HSL237.86º14.89%36.86%-
HSV(B)237.86º25.93%42.35%-
XYZ8.968.6715.39-
YUV83.78141.67125.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.74%
GREEN value IS 81 (32.03% from 255) = 30.11%
BLUE value IS 108 (42.58% from 255) = 40.15%
R=29.74%
G=30.11%
B=40.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80811080.260.2500.58237.8614.8936.86
Hex50516C1A1903Aeef25
Octal12012115432310723561745
Binary10100001010001110110011010110010111010111011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50516C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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