#505755

Color #505755 Cape Cod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cape Cod #505755

Tints of Cape Cod #505755

Color information

#505755 (or 0x505755) is unknown color: approx Cape Cod. HEX triplet: 50, 57 and 55. RGB value is (80,87,85). Sum of RGB (Red+Green+Blue) = 80+87+85=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 87 - color contains mainly: green. Hex color #505755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505755 is #AFA8AA. Grayscale: #545454. Windows color (decimal): -11511979 or 5592912. OLE color: 5592912.

HSL color Cylindrical-coordinate representation of color #505755: hue angle of 162.86º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #505755 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB808785-
CMYK0.0800.020.66
HSL162.86º4.19%32.75%-
HSV(B)162.86º8.05%34.12%-
XYZ8.369.189.93-
YUV84.68128.18124.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.75%
GREEN value IS 87 (34.38% from 255) = 34.52%
BLUE value IS 85 (33.59% from 255) = 33.73%
R=31.75%
G=34.52%
B=33.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8087850.0800.020.66162.864.1932.75
Hex50575580242a3421
Octal1201271251002102243441
Binary1010000101011110101011000010100001010100011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505755; }

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

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

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

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

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

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

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

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