Html Css Color HEX #505653 Cape Cod

📋 copy color: '#505653'

red 80 ◦ green 86 ◦ blue 83

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

Shades of Cape Cod #505653

Tints of Cape Cod #505653

RGB

 RED value IS 80 (31.64% from 255) = 32.13%

 GREEN value IS 86 (33.98% from 255) = 34.54%

 BLUE value IS 83 (32.81% from 255) = 33.33%

R = 32.13%
G = 34.54%
B = 33.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#505653 (or 0x505653) is known color: Cape Cod. HEX triplet: 50, 56 and 53. RGB value is (80,86,83). Sum of RGB (Red+Green+Blue) = 80+86+83=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 86 - color contains mainly: green. Hex color #505653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505653 is #AFA9AC. Grayscale: #535353. Windows color (decimal): -11512237 or 5461584. OLE color: 5461584.

HSL color Cylindrical-coordinate representation of color #505653: hue angle of 150º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #505653 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 86 83 -
CMYK 0.07 0 0.03 0.66
HSL 150º 0.04% 0.33% -
HSV(B) 150º 0.07% 0.34% -
XYZ 8.2 8.99 9.49 -
YUV 83.86 127.51 125.24 -
System Red Green Blue C M Y K H S L
Decimal 80 86 83 0.07 0 0.03 0.66 150 0.04 0.33
Hex 50 56 53 7 0 3 42 96 4 21
Octal 120 126 123 7 0 3 102 226 4 41
Binary 1010000 1010110 1010011 111 0 11 1000010 10010110 100 100001

Color Harmonies of #505653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505653

Black with #505653

Text Example


Text Example

White with #505653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505653; }

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

 H1.HeaderClassName
 {
   color: #505653;
 }
 .AnyTagClassName
 {
   color: #505653;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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