Html Css Color HEX #555756 Cape Cod

📋 copy color: '#555756'

red 85 ◦ green 87 ◦ blue 86

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

Shades of Cape Cod #555756

Tints of Cape Cod #555756

RGB

 RED value IS 85 (33.59% from 255) = 32.95%

 GREEN value IS 87 (34.38% from 255) = 33.72%

 BLUE value IS 86 (33.98% from 255) = 33.33%

R = 32.95%
G = 33.72%
B = 33.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#555756 (or 0x555756) is known color: Cape Cod. HEX triplet: 55, 57 and 56. RGB value is (85,87,86). Sum of RGB (Red+Green+Blue) = 85+87+86=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 87 (34.38% from 255 or 33.72% from 258); Blue value is 86 (33.98% from 255 or 33.33% from 258); Max value from RGB is 87 - color contains mainly: green. Hex color #555756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555756 is #AAA8A9. Grayscale: #565656. Windows color (decimal): -11184298 or 5658453. OLE color: 5658453.

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

Color convert

RGB 85 87 86 -
CMYK 0.02 0 0.01 0.66
HSL 150º 0.01% 0.34% -
HSV(B) 150º 0.02% 0.34% -
XYZ 8.83 9.42 10.16 -
YUV 86.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 85 87 86 0.02 0 0.01 0.66 150 0.01 0.34
Hex 55 57 56 2 0 1 42 96 1 22
Octal 125 127 126 2 0 1 102 226 1 42
Binary 1010101 1010111 1010110 10 0 1 1000010 10010110 1 100010

Color Harmonies of #555756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555756

Black with #555756

Text Example


Text Example

White with #555756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555756; }

 p { color: rgb(85,87,86); }

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

background-color css

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

 a { background-color: rgb(85,87,86); }

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

border-color css

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

 span { border-color: rgb(85,87,86); }

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