Html Css Color HEX #4D5553 Cape Cod

📋 copy color: '#4D5553'

red 77 ◦ green 85 ◦ blue 83

#4D5553
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cape Cod #4D5553

Tints of Cape Cod #4D5553

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 value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#4D5553 (or 0x4D5553) is known color: 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

RGB 77 85 83 -
CMYK 0.09 0 0.02 0.67
HSL 165º 0.05% 0.32% -
HSV(B) 165º 0.09% 0.33% -
XYZ 7.87 8.7 9.45 -
YUV 82.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 77 85 83 0.09 0 0.02 0.67 165 0.05 0.32
Hex 4D 55 53 9 0 2 43 A5 5 20
Octal 115 125 123 11 0 2 103 245 5 40
Binary 1001101 1010101 1010011 1001 0 10 1000011 10100101 101 100000

Color Harmonies of #4D5553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5553

Black with #4D5553

Text Example


Text Example

White with #4D5553

Text Example


Text Example

HTML Codes & Css Web 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>