#555A58

Color #555A58 Cape Cod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cape Cod #555A58

Tints of Cape Cod #555A58

Color information

#555A58 (or 0x555A58) is unknown color: approx Cape Cod. HEX triplet: 55, 5A and 58. RGB value is (85,90,88). Sum of RGB (Red+Green+Blue) = 85+90+88=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 88 (34.77% from 255 or 33.46% from 263); Max value from RGB is 90 - color contains mainly: green. Hex color #555A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A58 is #AAA5A7. Grayscale: #585858. Windows color (decimal): -11183528 or 5790293. OLE color: 5790293.

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

Color convert

RGB859088-
CMYK0.0600.020.65
HSL156º2.86%34.31%-
HSV(B)156º5.56%35.29%-
XYZ9.169.9510.67-
YUV88.28127.84125.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.32%
GREEN value IS 90 (35.55% from 255) = 34.22%
BLUE value IS 88 (34.77% from 255) = 33.46%
R=32.32%
G=34.22%
B=33.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8590880.0600.020.651562.8634.31
Hex555A58602419c322
Octal125132130602101234342
Binary10101011011010101100011001010000011001110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555A58; }

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

 H1.HeaderClassName
 {
   color: #555A58;
 }
 .AnyTagClassName
 {
   color: #555A58;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #555A58;
 }
 .BgClassName
 {
   background-color: #555A58;
 }
</style>
border-color css

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

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

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