#50627C

Color #50627C Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #50627C

Tints of Chambray #50627C

Color information

#50627C (or 0x50627C) is unknown color: approx Chambray. HEX triplet: 50, 62 and 7C. RGB value is (80,98,124). Sum of RGB (Red+Green+Blue) = 80+98+124=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 124 - color contains mainly: blue. Hex color #50627C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50627C is #AF9D83. Grayscale: #5F5F5F. Windows color (decimal): -11509124 or 8151632. OLE color: 8151632.

HSL color Cylindrical-coordinate representation of color #50627C: hue angle of 215.45º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #50627C is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8098124-
CMYK0.350.2100.51
HSL215.45º21.57%40%-
HSV(B)215.45º35.48%48.63%-
XYZ11.3111.920.77-
YUV95.58144.04116.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.49%
GREEN value IS 98 (38.67% from 255) = 32.45%
BLUE value IS 124 (48.83% from 255) = 41.06%
R=26.49%
G=32.45%
B=41.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80981240.350.2100.51215.4521.5740
Hex50627C2315033d71628
Octal12014217443250633272650
Binary1010000110001011111001000111010101100111101011110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50627C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,98,124); }

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

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

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

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

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

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

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