#555B59

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

Shades of Cape Cod #555B59

Tints of Cape Cod #555B59

Color information

#555B59 (or 0x555B59) is unknown color: approx Cape Cod. HEX triplet: 55, 5B and 59. RGB value is (85,91,89). Sum of RGB (Red+Green+Blue) = 85+91+89=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 91 (35.94% from 255 or 34.34% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 91 - color contains mainly: green. Hex color #555B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555B59 is #AAA4A6. Grayscale: #585858. Windows color (decimal): -11183271 or 5856085. OLE color: 5856085.

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

Color convert

RGB859189-
CMYK0.0700.020.64
HSL160º3.41%34.51%-
HSV(B)160º6.59%35.69%-
XYZ9.2910.1310.92-
YUV88.98128.01125.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.08%
GREEN value IS 91 (35.94% from 255) = 34.34%
BLUE value IS 89 (35.16% from 255) = 33.58%
R=32.08%
G=34.34%
B=33.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8591890.0700.020.641603.4134.51
Hex555B5970240a0323
Octal125133131702100240343
Binary10101011011011101100111101010000001010000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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