#4D5553

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

Shades of Cape Cod #4D5553

Tints of Cape Cod #4D5553

Color information

#4D5553 (or 0x4D5553) is unknown color: approx Cape Cod. HEX triplet: 4D, 55 and 53. RGB value is (77,85,83). Sum of RGB (Red+Green+Blue) = 77+85+83=245 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.43% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 85 - color contains mainly: green. Hex color #4D5553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5553 is #B2AAAC. Grayscale: #525252. Windows color (decimal): -11709101 or 5461325. OLE color: 5461325.

HSL color Cylindrical-coordinate representation of color #4D5553: hue angle of 165º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4D5553 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB778583-
CMYK0.0900.020.67
HSL165º4.94%31.76%-
HSV(B)165º9.41%33.33%-
XYZ7.878.79.45-
YUV82.38128.35124.16-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.43%
GREEN value IS 85 (33.59% from 255) = 34.69%
BLUE value IS 83 (32.81% from 255) = 33.88%
R=31.43%
G=34.69%
B=33.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7785830.0900.020.671654.9431.76
Hex4D555390243a5520
Octal1151251231102103245540
Binary1001101101010110100111001010100001110100101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D5553; }

 p { color: rgb(77,85,83); }

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

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

 a { background-color: rgb(77,85,83); }

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

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

 span { border-color: rgb(77,85,83); }

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