#505C6F

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

Shades of Chambray #505C6F

Tints of Chambray #505C6F

Color information

#505C6F (or 0x505C6F) is unknown color: approx Chambray. HEX triplet: 50, 5C and 6F. RGB value is (80,92,111). Sum of RGB (Red+Green+Blue) = 80+92+111=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 111 - color contains mainly: blue. Hex color #505C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505C6F is #AFA390. Grayscale: #5A5A5A. Windows color (decimal): -11510673 or 7298128. OLE color: 7298128.

HSL color Cylindrical-coordinate representation of color #505C6F: hue angle of 216.77º 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 #505C6F is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8092111-
CMYK0.280.1700.56
HSL216.77º16.23%37.45%-
HSV(B)216.77º27.93%43.53%-
XYZ1010.5116.54-
YUV90.58139.52120.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.27%
GREEN value IS 92 (36.33% from 255) = 32.51%
BLUE value IS 111 (43.75% from 255) = 39.22%
R=28.27%
G=32.51%
B=39.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80921110.280.1700.56216.7716.2337.45
Hex505C6F1C11038d91025
Octal12013415734210703312045
Binary101000010111001101111111001000101110001101100110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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