#50506F

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

Shades of Corn Flower Blue #50506F

Tints of Corn Flower Blue #50506F

Color information

#50506F (or 0x50506F) is unknown color: approx Corn Flower Blue. HEX triplet: 50, 50 and 6F. RGB value is (80,80,111). Sum of RGB (Red+Green+Blue) = 80+80+111=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 111 (43.75% from 255 or 40.96% from 271); Max value from RGB is 111 - color contains mainly: blue. Hex color #50506F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50506F is #AFAF90. Grayscale: #535353. Windows color (decimal): -11513745 or 7295056. OLE color: 7295056.

HSL color Cylindrical-coordinate representation of color #50506F: hue angle of 240º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #50506F is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8080111-
CMYK0.280.2800.56
HSL240º16.23%37.45%-
HSV(B)240º27.93%43.53%-
XYZ9.058.5916.22-
YUV83.53143.5125.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.52%
GREEN value IS 80 (31.64% from 255) = 29.52%
BLUE value IS 111 (43.75% from 255) = 40.96%
R=29.52%
G=29.52%
B=40.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80801110.280.2800.5624016.2337.45
Hex50506F1C1C038f01025
Octal12012015734340703602045
Binary101000010100001101111111001110001110001111000010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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