#557163

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

Shades of Como #557163

Tints of Como #557163

Color information

#557163 (or 0x557163) is unknown color: approx Como. HEX triplet: 55, 71 and 63. RGB value is (85,113,99). Sum of RGB (Red+Green+Blue) = 85+113+99=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 113 - color contains mainly: green. Hex color #557163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557163 is #AA8E9C. Grayscale: #676767. Windows color (decimal): -11177629 or 6517077. OLE color: 6517077.

HSL color Cylindrical-coordinate representation of color #557163: hue angle of 150º 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 #557163 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB8511399-
CMYK0.2500.120.56
HSL150º14.14%38.82%-
HSV(B)150º24.78%44.31%-
XYZ11.914.6414-
YUV103.03125.72115.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.62%
GREEN value IS 113 (44.53% from 255) = 38.05%
BLUE value IS 99 (39.06% from 255) = 33.33%
R=28.62%
G=38.05%
B=33.33%

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
Decimal85113990.2500.120.5615014.1438.82
Hex557163190C3896e27
Octal12516114331014702261647
Binary1010101111000111000111100101100111000100101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557163; }

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

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

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

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

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

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

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

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