#555C5A

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

Shades of Cape Cod #555C5A

Tints of Cape Cod #555C5A

Color information

#555C5A (or 0x555C5A) is unknown color: approx Cape Cod. HEX triplet: 55, 5C and 5A. RGB value is (85,92,90). Sum of RGB (Red+Green+Blue) = 85+92+90=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 92 (36.33% from 255 or 34.46% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 92 - color contains mainly: green. Hex color #555C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555C5A is #AAA3A5. Grayscale: #595959. Windows color (decimal): -11183014 or 5921877. OLE color: 5921877.

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

Color convert

RGB859290-
CMYK0.0800.020.64
HSL162.86º3.95%34.71%-
HSV(B)162.86º7.61%36.08%-
XYZ9.4210.3211.17-
YUV89.68128.18124.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.84%
GREEN value IS 92 (36.33% from 255) = 34.46%
BLUE value IS 90 (35.55% from 255) = 33.71%
R=31.84%
G=34.46%
B=33.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8592900.0800.020.64162.863.9534.71
Hex555C5A80240a3423
Octal1251341321002100243443
Binary1010101101110010110101000010100000010100011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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