Html Css Color HEX #505755 Cape Cod

📋 copy color: '#505755'

red 80 ◦ green 87 ◦ blue 85

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

Shades of Cape Cod #505755

Tints of Cape Cod #505755

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

 M value IS 0

 Y value IS 0.02

 K value IS 0.66

RGB Variations

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

Color information

#505755 (or 0x505755) is known color: 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

RGB 80 87 85 -
CMYK 0.08 0 0.02 0.66
HSL 162.86º 0.04% 0.33% -
HSV(B) 162.86º 0.08% 0.34% -
XYZ 8.36 9.18 9.93 -
YUV 84.68 128.18 124.66 -
System Red Green Blue C M Y K H S L
Decimal 80 87 85 0.08 0 0.02 0.66 162.86 0.04 0.33
Hex 50 57 55 8 0 2 42 A3 4 21
Octal 120 127 125 10 0 2 102 243 4 41
Binary 1010000 1010111 1010101 1000 0 10 1000010 10100011 100 100001

Color Harmonies of #505755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505755

Black with #505755

Text Example


Text Example

White with #505755

Text Example


Text Example

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