#557A61

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

Shades of Como #557A61

Tints of Como #557A61

Color information

#557A61 (or 0x557A61) is unknown color: approx Como. HEX triplet: 55, 7A and 61. RGB value is (85,122,97). Sum of RGB (Red+Green+Blue) = 85+122+97=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 122 - color contains mainly: green. Hex color #557A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557A61 is #AA859E. Grayscale: #6C6C6C. Windows color (decimal): -11175327 or 6388309. OLE color: 6388309.

HSL color Cylindrical-coordinate representation of color #557A61: hue angle of 139.46º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #557A61 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB8512297-
CMYK0.3000.200.52
HSL139.46º17.87%40.59%-
HSV(B)139.46º30.33%47.84%-
XYZ12.8616.7113.86-
YUV108.09121.74111.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.96%
GREEN value IS 122 (48.05% from 255) = 40.13%
BLUE value IS 97 (38.28% from 255) = 31.91%
R=27.96%
G=40.13%
B=31.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85122970.3000.200.52139.4617.8740.59
Hex557A611E014348b1229
Octal12517214136024642132251
Binary101010111110101100001111100101001101001000101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557A61; }

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

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

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

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

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

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

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

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