#505A56

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

Shades of Cape Cod #505A56

Tints of Cape Cod #505A56

Color information

#505A56 (or 0x505A56) is unknown color: approx Cape Cod. HEX triplet: 50, 5A and 56. RGB value is (80,90,86). Sum of RGB (Red+Green+Blue) = 80+90+86=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 90 - color contains mainly: green. Hex color #505A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A56 is #AFA5A9. Grayscale: #565656. Windows color (decimal): -11511210 or 5659216. OLE color: 5659216.

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

Color convert

RGB809086-
CMYK0.1100.040.65
HSL156º5.88%33.33%-
HSV(B)156º11.11%35.29%-
XYZ8.649.6910.22-
YUV86.55127.69123.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.25%
GREEN value IS 90 (35.55% from 255) = 35.16%
BLUE value IS 86 (33.98% from 255) = 33.59%
R=31.25%
G=35.16%
B=33.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8090860.1100.040.651565.8833.33
Hex505A56B04419c621
Octal1201321261304101234641
Binary10100001011010101011010110100100000110011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,90,86); }

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

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

 a { background-color: rgb(80,90,86); }

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

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

 span { border-color: rgb(80,90,86); }

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