Html Css Color HEX #555857 Cape Cod

📋 copy color: '#555857'

red 85 ◦ green 88 ◦ blue 87

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

Shades of Cape Cod #555857

Tints of Cape Cod #555857

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.85%

 BLUE value IS 87 (34.38% from 255) = 33.46%

R = 32.69%
G = 33.85%
B = 33.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#555857 (or 0x555857) is known color: Cape Cod. HEX triplet: 55, 58 and 57. RGB value is (85,88,87). Sum of RGB (Red+Green+Blue) = 85+88+87=260 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.69% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 87 (34.38% from 255 or 33.46% from 260); Max value from RGB is 88 - color contains mainly: green. Hex color #555857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555857 is #AAA7A8. Grayscale: #565656. Windows color (decimal): -11184041 or 5724245. OLE color: 5724245.

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

Color convert

RGB 85 88 87 -
CMYK 0.03 0 0.01 0.65
HSL 160º 0.02% 0.34% -
HSV(B) 160º 0.03% 0.35% -
XYZ 8.96 9.6 10.4 -
YUV 86.99 128.01 126.58 -
System Red Green Blue C M Y K H S L
Decimal 85 88 87 0.03 0 0.01 0.65 160 0.02 0.34
Hex 55 58 57 3 0 1 41 A0 2 22
Octal 125 130 127 3 0 1 101 240 2 42
Binary 1010101 1011000 1010111 11 0 1 1000001 10100000 10 100010

Color Harmonies of #555857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555857

Black with #555857

Text Example


Text Example

White with #555857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555857; }

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

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

background-color css

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

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

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

border-color css

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

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

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