#505955

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

Shades of Cape Cod #505955

Tints of Cape Cod #505955

Color information

#505955 (or 0x505955) is unknown color: approx Cape Cod. HEX triplet: 50, 59 and 55. RGB value is (80,89,85). Sum of RGB (Red+Green+Blue) = 80+89+85=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 89 - color contains mainly: green. Hex color #505955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505955 is #AFA6AA. Grayscale: #555555. Windows color (decimal): -11511467 or 5593424. OLE color: 5593424.

HSL color Cylindrical-coordinate representation of color #505955: hue angle of 153.33º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #505955 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB808985-
CMYK0.1000.040.65
HSL153.33º5.33%33.14%-
HSV(B)153.33º10.11%34.9%-
XYZ8.529.519.98-
YUV85.85127.52123.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.50%
GREEN value IS 89 (35.16% from 255) = 35.04%
BLUE value IS 85 (33.59% from 255) = 33.46%
R=31.50%
G=35.04%
B=33.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8089850.1000.040.65153.335.3333.14
Hex505955A044199521
Octal1201311251204101231541
Binary10100001011001101010110100100100000110011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505955; }

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

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

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

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

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

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

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

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