#50577C

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

Shades of Chambray #50577C

Tints of Chambray #50577C

Color information

#50577C (or 0x50577C) is unknown color: approx Chambray. HEX triplet: 50, 57 and 7C. RGB value is (80,87,124). Sum of RGB (Red+Green+Blue) = 80+87+124=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 124 - color contains mainly: blue. Hex color #50577C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50577C is #AFA883. Grayscale: #585858. Windows color (decimal): -11511940 or 8148816. OLE color: 8148816.

HSL color Cylindrical-coordinate representation of color #50577C: hue angle of 230.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 #50577C is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8087124-
CMYK0.350.3000.51
HSL230.45º21.57%40%-
HSV(B)230.45º35.48%48.63%-
XYZ10.359.9820.45-
YUV89.12147.68121.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.49%
GREEN value IS 87 (34.38% from 255) = 29.90%
BLUE value IS 124 (48.83% from 255) = 42.61%
R=27.49%
G=29.90%
B=42.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80871240.350.3000.51230.4521.5740
Hex50577C231E033e61628
Octal12012717443360633462650
Binary1010000101011111111001000111111001100111110011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50577C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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