#557461

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

Shades of Como #557461

Tints of Como #557461

Color information

#557461 (or 0x557461) is unknown color: approx Como. HEX triplet: 55, 74 and 61. RGB value is (85,116,97). Sum of RGB (Red+Green+Blue) = 85+116+97=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 116 - color contains mainly: green. Hex color #557461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557461 is #AA8B9E. Grayscale: #686868. Windows color (decimal): -11176863 or 6386773. OLE color: 6386773.

HSL color Cylindrical-coordinate representation of color #557461: hue angle of 143.23º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #557461 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB8511697-
CMYK0.2700.160.55
HSL143.23º15.42%39.41%-
HSV(B)143.23º26.72%45.49%-
XYZ12.1515.2913.62-
YUV104.56123.73114.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.52%
GREEN value IS 116 (45.70% from 255) = 38.93%
BLUE value IS 97 (38.28% from 255) = 32.55%
R=28.52%
G=38.93%
B=32.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85116970.2700.160.55143.2315.4239.41
Hex5574611B010378ff27
Octal12516414133020672171747
Binary10101011110100110000111011010000110111100011111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557461; }

 p { color: rgb(85,116,97); }

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

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

 a { background-color: rgb(85,116,97); }

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

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

 span { border-color: rgb(85,116,97); }

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