Html Css Color HEX #555958 Cape Cod

📋 copy color: '#555958'

red 85 ◦ green 89 ◦ blue 88

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

Shades of Cape Cod #555958

Tints of Cape Cod #555958

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.97%

 BLUE value IS 88 (34.77% from 255) = 33.59%

R = 32.44%
G = 33.97%
B = 33.59%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#555958 (or 0x555958) is known color: Cape Cod. HEX triplet: 55, 59 and 58. RGB value is (85,89,88). Sum of RGB (Red+Green+Blue) = 85+89+88=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 88 (34.77% from 255 or 33.59% from 262); Max value from RGB is 89 - color contains mainly: green. Hex color #555958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555958 is #AAA6A7. Grayscale: #575757. Windows color (decimal): -11183784 or 5790037. OLE color: 5790037.

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

Color convert

RGB 85 89 88 -
CMYK 0.04 0 0.01 0.65
HSL 165º 0.02% 0.34% -
HSV(B) 165º 0.04% 0.35% -
XYZ 9.08 9.78 10.64 -
YUV 87.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 85 89 88 0.04 0 0.01 0.65 165 0.02 0.34
Hex 55 59 58 4 0 1 41 A5 2 22
Octal 125 131 130 4 0 1 101 245 2 42
Binary 1010101 1011001 1011000 100 0 1 1000001 10100101 10 100010

Color Harmonies of #555958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555958

Black with #555958

Text Example


Text Example

White with #555958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555958; }

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

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

background-color css

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

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

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

border-color css

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

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

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