#557A62

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

Shades of Como #557A62

Tints of Como #557A62

Color information

#557A62 (or 0x557A62) is unknown color: approx Como. HEX triplet: 55, 7A and 62. RGB value is (85,122,98). Sum of RGB (Red+Green+Blue) = 85+122+98=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 122 - color contains mainly: green. Hex color #557A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557A62 is #AA859D. Grayscale: #6C6C6C. Windows color (decimal): -11175326 or 6453845. OLE color: 6453845.

HSL color Cylindrical-coordinate representation of color #557A62: hue angle of 141.08º 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 #557A62 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB8512298-
CMYK0.3000.200.52
HSL141.08º17.87%40.59%-
HSV(B)141.08º30.33%47.84%-
XYZ12.9116.7314.1-
YUV108.2122.24111.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.87%
GREEN value IS 122 (48.05% from 255) = 40%
BLUE value IS 98 (38.67% from 255) = 32.13%
R=27.87%
G=40%
B=32.13%

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
Decimal85122980.3000.200.52141.0817.8740.59
Hex557A621E014348d1229
Octal12517214236024642152251
Binary101010111110101100010111100101001101001000110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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