#556C60

Color #556C60 Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #556C60

Tints of Como #556C60

Color information

#556C60 (or 0x556C60) is unknown color: approx Como. HEX triplet: 55, 6C and 60. RGB value is (85,108,96). Sum of RGB (Red+Green+Blue) = 85+108+96=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 108 - color contains mainly: green. Hex color #556C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556C60 is #AA939F. Grayscale: #636363. Windows color (decimal): -11178912 or 6319189. OLE color: 6319189.

HSL color Cylindrical-coordinate representation of color #556C60: hue angle of 148.7º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #556C60 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB8510896-
CMYK0.2100.110.58
HSL148.7º11.92%37.84%-
HSV(B)148.7º21.3%42.35%-
XYZ11.2213.513.08-
YUV99.76125.88117.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.41%
GREEN value IS 108 (42.58% from 255) = 37.37%
BLUE value IS 96 (37.89% from 255) = 33.22%
R=29.41%
G=37.37%
B=33.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85108960.2100.110.58148.711.9237.84
Hex556C60150B3A95c26
Octal12515414025013722251446
Binary1010101110110011000001010101011111010100101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556C60; }

 p { color: rgb(85,108,96); }

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

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

 a { background-color: rgb(85,108,96); }

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

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

 span { border-color: rgb(85,108,96); }

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