#505A71

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

Shades of Chambray #505A71

Tints of Chambray #505A71

Color information

#505A71 (or 0x505A71) is unknown color: approx Chambray. HEX triplet: 50, 5A and 71. RGB value is (80,90,113). Sum of RGB (Red+Green+Blue) = 80+90+113=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 113 - color contains mainly: blue. Hex color #505A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A71 is #AFA58E. Grayscale: #595959. Windows color (decimal): -11511183 or 7428688. OLE color: 7428688.

HSL color Cylindrical-coordinate representation of color #505A71: hue angle of 221.82º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #505A71 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8090113-
CMYK0.290.2000.56
HSL221.82º17.1%37.84%-
HSV(B)221.82º29.2%44.31%-
XYZ9.9510.2117.07-
YUV89.63141.19121.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.27%
GREEN value IS 90 (35.55% from 255) = 31.80%
BLUE value IS 113 (44.53% from 255) = 39.93%
R=28.27%
G=31.80%
B=39.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80901130.290.2000.56221.8217.137.84
Hex505A711D14038de1126
Octal12013216135240703362146
Binary101000010110101110001111011010001110001101111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505A71; }

 p { color: rgb(80,90,113); }

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

<style>
 a { background-color: #505A71; }

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

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

<style>
 span { border-color: #505A71; }

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

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