#557D63

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

Shades of Como #557D63

Tints of Como #557D63

Color information

#557D63 (or 0x557D63) is unknown color: approx Como. HEX triplet: 55, 7D and 63. RGB value is (85,125,99). Sum of RGB (Red+Green+Blue) = 85+125+99=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 125 (49.22% from 255 or 40.45% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 125 - color contains mainly: green. Hex color #557D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557D63 is #AA829C. Grayscale: #6E6E6E. Windows color (decimal): -11174557 or 6520149. OLE color: 6520149.

HSL color Cylindrical-coordinate representation of color #557D63: hue angle of 141º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #557D63 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB8512599-
CMYK0.3200.210.51
HSL141º19.05%41.18%-
HSV(B)141º32%49.02%-
XYZ13.3317.514.48-
YUV110.08121.75110.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.51%
GREEN value IS 125 (49.22% from 255) = 40.45%
BLUE value IS 99 (39.06% from 255) = 32.04%
R=27.51%
G=40.45%
B=32.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85125990.3200.210.5114119.0541.18
Hex557D6320015338d1329
Octal12517514340025632152351
Binary1010101111110111000111000000101011100111000110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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