#557763

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

Shades of Como #557763

Tints of Como #557763

Color information

#557763 (or 0x557763) is unknown color: approx Como. HEX triplet: 55, 77 and 63. RGB value is (85,119,99). Sum of RGB (Red+Green+Blue) = 85+119+99=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 119 - color contains mainly: green. Hex color #557763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557763 is #AA889C. Grayscale: #6A6A6A. Windows color (decimal): -11176093 or 6518613. OLE color: 6518613.

HSL color Cylindrical-coordinate representation of color #557763: hue angle of 144.71º 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 #557763 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB8511999-
CMYK0.2900.170.53
HSL144.71º16.67%40%-
HSV(B)144.71º28.57%46.67%-
XYZ12.616.0314.23-
YUV106.55123.74112.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.05%
GREEN value IS 119 (46.88% from 255) = 39.27%
BLUE value IS 99 (39.06% from 255) = 32.67%
R=28.05%
G=39.27%
B=32.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85119990.2900.170.53144.7116.6740
Hex5577631D01135911128
Octal12516714335021652212150
Binary101010111101111100011111010100011101011001000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557763; }

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

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

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

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

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

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

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

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