#50516A

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

Shades of Corn Flower Blue #50516A

Tints of Corn Flower Blue #50516A

Color information

#50516A (or 0x50516A) is unknown color: approx Corn Flower Blue. HEX triplet: 50, 51 and 6A. RGB value is (80,81,106). Sum of RGB (Red+Green+Blue) = 80+81+106=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 106 (41.80% from 255 or 39.70% from 267); Max value from RGB is 106 - color contains mainly: blue. Hex color #50516A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50516A is #AFAE95. Grayscale: #535353. Windows color (decimal): -11513494 or 6967632. OLE color: 6967632.

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

Color convert

RGB8081106-
CMYK0.250.2400.58
HSL237.69º13.98%36.47%-
HSV(B)237.69º24.53%41.57%-
XYZ8.858.6314.84-
YUV83.55140.67125.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.96%
GREEN value IS 81 (32.03% from 255) = 30.34%
BLUE value IS 106 (41.80% from 255) = 39.70%
R=29.96%
G=30.34%
B=39.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80811060.250.2400.58237.6913.9836.47
Hex50516A191803Aeee24
Octal12012115231300723561644
Binary10100001010001110101011001110000111010111011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50516A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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