#557766

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

Shades of Como #557766

Tints of Como #557766

Color information

#557766 (or 0x557766) is unknown color: approx Como. HEX triplet: 55, 77 and 66. RGB value is (85,119,102). Sum of RGB (Red+Green+Blue) = 85+119+102=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 119 - color contains mainly: green. Hex color #557766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557766 is #AA8899. Grayscale: #6A6A6A. Windows color (decimal): -11176090 or 6715221. OLE color: 6715221.

HSL color Cylindrical-coordinate representation of color #557766: hue angle of 150º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #557766 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB85119102-
CMYK0.2900.140.53
HSL150º16.67%40%-
HSV(B)150º28.57%46.67%-
XYZ12.7416.0815-
YUV106.9125.24112.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.78%
GREEN value IS 119 (46.88% from 255) = 38.89%
BLUE value IS 102 (40.23% from 255) = 33.33%
R=27.78%
G=38.89%
B=33.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851191020.2900.140.5315016.6740
Hex5577661D0E35961128
Octal12516714635016652262150
Binary10101011110111110011011101011101101011001011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557766; }

 p { color: rgb(85,119,102); }

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

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

 a { background-color: rgb(85,119,102); }

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

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

 span { border-color: rgb(85,119,102); }

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