#557164

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

Shades of Como #557164

Tints of Como #557164

Color information

#557164 (or 0x557164) is unknown color: approx Como. HEX triplet: 55, 71 and 64. RGB value is (85,113,100). Sum of RGB (Red+Green+Blue) = 85+113+100=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 113 - color contains mainly: green. Hex color #557164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557164 is #AA8E9B. Grayscale: #676767. Windows color (decimal): -11177628 or 6582613. OLE color: 6582613.

HSL color Cylindrical-coordinate representation of color #557164: hue angle of 152.14º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #557164 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB85113100-
CMYK0.2500.120.56
HSL152.14º14.14%38.82%-
HSV(B)152.14º24.78%44.31%-
XYZ11.9514.6614.26-
YUV103.15126.22115.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.52%
GREEN value IS 113 (44.53% from 255) = 37.92%
BLUE value IS 100 (39.45% from 255) = 33.56%
R=28.52%
G=37.92%
B=33.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal851131000.2500.120.56152.1414.1438.82
Hex557164190C3898e27
Octal12516114431014702301647
Binary1010101111000111001001100101100111000100110001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557164; }

 p { color: rgb(85,113,100); }

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

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

 a { background-color: rgb(85,113,100); }

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

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

 span { border-color: rgb(85,113,100); }

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