#505D6C

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

Shades of Chambray #505D6C

Tints of Chambray #505D6C

Color information

#505D6C (or 0x505D6C) is unknown color: approx Chambray. HEX triplet: 50, 5D and 6C. RGB value is (80,93,108). Sum of RGB (Red+Green+Blue) = 80+93+108=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 108 - color contains mainly: blue. Hex color #505D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505D6C is #AFA293. Grayscale: #5A5A5A. Windows color (decimal): -11510420 or 7101776. OLE color: 7101776.

HSL color Cylindrical-coordinate representation of color #505D6C: hue angle of 212.14º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #505D6C is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8093108-
CMYK0.260.1400.58
HSL212.14º14.89%36.86%-
HSV(B)212.14º25.93%42.35%-
XYZ9.9310.6215.71-
YUV90.82137.69120.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.47%
GREEN value IS 93 (36.72% from 255) = 33.10%
BLUE value IS 108 (42.58% from 255) = 38.43%
R=28.47%
G=33.10%
B=38.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80931080.260.1400.58212.1414.8936.86
Hex505D6C1AE03Ad4f25
Octal12013515432160723241745
Binary1010000101110111011001101011100111010110101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,93,108); }

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

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

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

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

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

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

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