#557963

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

Shades of Como #557963

Tints of Como #557963

Color information

#557963 (or 0x557963) is unknown color: approx Como. HEX triplet: 55, 79 and 63. RGB value is (85,121,99). Sum of RGB (Red+Green+Blue) = 85+121+99=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 121 - color contains mainly: green. Hex color #557963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557963 is #AA869C. Grayscale: #6B6B6B. Windows color (decimal): -11175581 or 6519125. OLE color: 6519125.

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

Color convert

RGB8512199-
CMYK0.3000.180.53
HSL143.33º17.48%40.39%-
HSV(B)143.33º29.75%47.45%-
XYZ12.8416.5114.31-
YUV107.73123.07111.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.87%
GREEN value IS 121 (47.66% from 255) = 39.67%
BLUE value IS 99 (39.06% from 255) = 32.46%
R=27.87%
G=39.67%
B=32.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85121990.3000.180.53143.3317.4840.39
Hex5579631E012358f1128
Octal12517114336022652172150
Binary101010111110011100011111100100101101011000111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557963; }

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

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

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

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

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

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

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

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