#50506A

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

Shades of Corn Flower Blue #50506A

Tints of Corn Flower Blue #50506A

Color information

#50506A (or 0x50506A) is unknown color: approx Corn Flower Blue. HEX triplet: 50, 50 and 6A. RGB value is (80,80,106). Sum of RGB (Red+Green+Blue) = 80+80+106=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 106 (41.80% from 255 or 39.85% from 266); Max value from RGB is 106 - color contains mainly: blue. Hex color #50506A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50506A is #AFAF95. Grayscale: #525252. Windows color (decimal): -11513750 or 6967376. OLE color: 6967376.

HSL color Cylindrical-coordinate representation of color #50506A: hue angle of 240º 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 #50506A is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8080106-
CMYK0.250.2500.58
HSL240º13.98%36.47%-
HSV(B)240º24.53%41.57%-
XYZ8.788.4814.81-
YUV82.96141125.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.08%
GREEN value IS 80 (31.64% from 255) = 30.08%
BLUE value IS 106 (41.80% from 255) = 39.85%
R=30.08%
G=30.08%
B=39.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80801060.250.2500.5824013.9836.47
Hex50506A191903Af0e24
Octal12012015231310723601644
Binary10100001010000110101011001110010111010111100001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50506A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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