#505C6B

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

Shades of Chambray #505C6B

Tints of Chambray #505C6B

Color information

#505C6B (or 0x505C6B) is unknown color: approx Chambray. HEX triplet: 50, 5C and 6B. RGB value is (80,92,107). Sum of RGB (Red+Green+Blue) = 80+92+107=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 107 - color contains mainly: blue. Hex color #505C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505C6B is #AFA394. Grayscale: #5A5A5A. Windows color (decimal): -11510677 or 7035984. OLE color: 7035984.

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

Color convert

RGB8092107-
CMYK0.250.1400.58
HSL213.33º14.44%36.67%-
HSV(B)213.33º25.23%41.96%-
XYZ9.7910.4215.41-
YUV90.12137.52120.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.67%
GREEN value IS 92 (36.33% from 255) = 32.97%
BLUE value IS 107 (42.19% from 255) = 38.35%
R=28.67%
G=32.97%
B=38.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80921070.250.1400.58213.3314.4436.67
Hex505C6B19E03Ad5e25
Octal12013415331160723251645
Binary1010000101110011010111100111100111010110101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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